snowhawk: rebuild command passthrough
This commit is contained in:
parent
baac7cf543
commit
81fe668442
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
|
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
(writeShellScriptBin "rebuild" ''
|
(writeShellScriptBin "rebuild" ''
|
||||||
nixos-rebuild switch --log-format internal-json -v |& nom --json
|
nixos-rebuild switch --log-format internal-json -v $@ |& nom --json
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "alt-firefox" ''
|
(writeShellScriptBin "alt-firefox" ''
|
||||||
|
|
Loading…
Reference in a new issue