We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396ca30 commit 4fce21dCopy full SHA for 4fce21d
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v3
23
24
- - uses: cachix/install-nix-action@v20
+ - uses: cachix/install-nix-action@v21
25
with:
26
nix_path: nixpkgs=channel:nixos-22.11
27
github_access_token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/update-flake-lock.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
nix_path: nixpkgs=channel:nixos-unstable
0 commit comments