File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11name : Release NixOS unstable ISO
22concurrency :
3- group : build -${{ github.ref }}
3+ group : ${{ github.workflow }} -${{ github.ref }}
44 cancel-in-progress : true
55
66on :
Original file line number Diff line number Diff line change 11name : update-flake-lock
22concurrency :
3- group : build -${{ github.ref }}
3+ group : ${{ github.workflow }} -${{ github.ref }}
44 cancel-in-progress : true
55
66on :
2121 uses : cachix/install-nix-action@v25
2222 with :
2323 extra_nix_config : |
24+ auto-optimise-store = true
2425 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
26+ experimental-features = nix-command flakes
2527 accept-flake-config = true
26- - name : Reformat *.nix files
27- run : nix fmt
2828 - name : Update flake.lock
29- uses : DeterminateSystems/update-flake-lock@v21
29+ run : nix flake update
30+ - name : Commit changes
31+ uses : EndBug/add-and-commit@v9
32+ with :
33+ default_author : github_actions
34+ add : flake.lock
You can’t perform that action at this time.
0 commit comments