Skip to content

Commit 653a501

Browse files
authored
chore: Removed duplicate Nix install
1 parent f8623d3 commit 653a501

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,8 @@ jobs:
1111
steps:
1212
# Check out the package
1313
- uses: actions/checkout@v4
14-
15-
# Install Nix
16-
- uses: cachix/install-nix-action@v27
17-
with:
18-
nix_path: nixpkgs=channel:nixos-unstable
19-
20-
# Cache the nix store
14+
15+
# Install Nix and cache its store
2116
- uses: nixbuild/nix-quick-install-action@v27
2217
- name: Restore and cache Nix store
2318
uses: nix-community/cache-nix-action@v5

0 commit comments

Comments
 (0)