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 c06943c commit 80068efCopy full SHA for 80068ef
.github/workflows/ci.yml
@@ -13,8 +13,9 @@ jobs:
13
uses: actions/checkout@v5
14
with:
15
persist-credentials: false
16
- - name: Install Nix
17
- uses: DeterminateSystems/nix-installer-action@v19
+ - uses: cachix/install-nix-action@v31
+ with:
18
+ nix_path: nixpkgs=channel:nixos-unstable
19
- name: Run checks
20
run: |
21
nix flake check --print-build-logs --show-trace
0 commit comments