workflow: pass -L to nixos-rebuild
This commit is contained in:
parent
df3c53ca38
commit
37d4123731
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ jobs:
|
|||
run: |
|
||||
# package=".#nixosConfigurations."${{ matrix.machine }}".config.system.build.toplevel"
|
||||
# nix build -L "$package"
|
||||
nix run nixpkgs#nixos-rebuild build -- --flake ".#${{ matrix.machine }}"
|
||||
nix run nixpkgs#nixos-rebuild build -- -L --flake ".#${{ matrix.machine }}"
|
||||
|
||||
- name: cache
|
||||
# https://stackoverflow.com/a/58859404
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue