hm: rebuild command
This commit is contained in:
parent
23b93025c3
commit
1c407de56d
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||
home-manager switch -v |& nom
|
||||
'')
|
||||
|
||||
go
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
(writeShellScriptBin "rebuild" ''
|
||||
sudo nixos-rebuild switch --log-format internal-json -v |& nom --json
|
||||
home-manager switch -v |& nom
|
||||
'')
|
||||
|
||||
go
|
||||
|
|
Loading…
Reference in a new issue