Accept flake config when building
This commit is contained in:
parent
9c17acb9fd
commit
213f531f7c
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
|||
|
||||
systemd.services."build-lytedev-flake" = {
|
||||
script = ''
|
||||
nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git
|
||||
nixos-rebuild build --flake git+https://git.lyte.dev/lytedev/nix.git --accept-flake-config
|
||||
'';
|
||||
path = with pkgs; [git nixos-rebuild];
|
||||
serviceConfig = {
|
||||
|
|
Loading…
Reference in a new issue