We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c72f3 commit 90a951bCopy full SHA for 90a951b
.github/workflows/update-flake.yaml
@@ -21,13 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
environment: flake
23
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 }}
+ - uses: DeterminateSystems/nix-installer-action@main
31
32
- name: Checkout
33
uses: actions/checkout@v4
0 commit comments