cavacore 0.1.0

A rust wrapper of cavacore from the cava music visualizer.
1
2
3
4
5
6
7
8
9
10
11
12
name: "Nix preparation"
description: "Prepares the nix shell for the running CI"

runs:
  using: composite
  steps:
    - uses: actions/checkout@v4
      with:
        ref: ${{ github.head_ref }}
    - uses: cachix/install-nix-action@v30
      with:
        nix_path: nixpkgs=channel:nixos-unstable