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 74d24df commit 2df5645Copy full SHA for 2df5645
.github/workflows/main.yml
@@ -11,6 +11,10 @@ jobs:
11
if: github.ref != 'refs/heads/master'
12
steps:
13
- uses: DeterminateSystems/nix-installer-action@main
14
+ - uses: actions/checkout@v3.5.3
15
+ - uses: cachix/install-nix-action@v25
16
+ with:
17
+ nix_path: nixpkgs=channel:nixpkgs-unstable
18
19
- name: Nix channel update
20
run: nix-channel --update
0 commit comments