File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 name : Nix Flake - Linux
1111 steps :
12+ - name : Clone project
13+ uses : actions/checkout@v5
1214 - name : Install Nix
13- uses : cachix/install-nix-action@v13
15+ uses : cachix/install-nix-action@v31
1416 with :
15- install_url : https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
16- install_options : ' --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
17- extra_nix_config : |
18- experimental-features = nix-command flakes
19- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
20- - name : Clone project
21- uses : actions/checkout@v2
17+ github_access_token : ${{ secrets.GITHUB_TOKEN }}
2218 - name : Build
2319 run : nix build
20+ - run : nix flake check
You can’t perform that action at this time.
0 commit comments