try accepting flake config
This commit is contained in:
parent
3a23586086
commit
2e0e8f5f3f
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -14,7 +14,7 @@ build *args: check-git
|
||||||
|
|
||||||
[linux]
|
[linux]
|
||||||
switch *args: check-git
|
switch *args: check-git
|
||||||
sudo nixos-rebuild switch --flake . {{args}} |& nom
|
sudo nixos-rebuild switch --accept-flake-config --flake . {{args}} |& nom
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue