diff options
| author | Marin Usalj <marin2211@gmail.com> | 2022-08-12 14:25:48 -0400 |
|---|---|---|
| committer | Marin Usalj <marin2211@gmail.com> | 2022-08-12 14:25:48 -0400 |
| commit | 0ed84cbf72c2bb9b40c96c9758242a31abb71e9b (patch) | |
| tree | 7e5ecf1134c3ffb99d7ba488010c9e67d999c4dd /.github/workflows/debug.yml | |
| parent | 7d37b79015d497c0d192aa07fb3053881cf889d8 (diff) | |
Update install-nix-action and nix to 22.05
Might need to update nix further if it keeps erroring.
Diffstat (limited to '.github/workflows/debug.yml')
| -rw-r--r-- | .github/workflows/debug.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index fd9bf9d..6c4311e 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v15 + - uses: cachix/install-nix-action@v17 - run: | nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs nix-channel --update |
