Skip to content

Commit 90a951b

Browse files
committed
ci: use DeterminateSystems
1 parent 29c72f3 commit 90a951b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/update-flake.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
environment: flake
2323
steps:
24-
- name: Install nix
25-
uses: cachix/install-nix-action@v26
26-
with:
27-
nix_path: nixpkgs=channel:nixpkgs-unstable
28-
extra_nix_config: |
29-
experimental-features = nix-command flakes
30-
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
24+
- uses: DeterminateSystems/nix-installer-action@main
3125

3226
- name: Checkout
3327
uses: actions/checkout@v4

0 commit comments

Comments
 (0)