Make krops a bit more quiet
This commit is contained in:
parent
64db91381f
commit
55b4d354c8
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ let
|
|||
|
||||
command = targetPath: ''
|
||||
nix-shell -p git --run '
|
||||
nix build -v '${targetPath}/machine-config#nixosConfigurations.$(hostname).config.system.build.toplevel' && \
|
||||
nixos-rebuild switch -v --show-trace --build-host builder@loki --flake ${targetPath}/machine-config
|
||||
nix build '${targetPath}/machine-config#nixosConfigurations.$(hostname).config.system.build.toplevel' && \
|
||||
nixos-rebuild switch --show-trace --build-host builder@loki --flake ${targetPath}/machine-config
|
||||
'
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue