zsh: switch(): add keep-going flag
This commit is contained in:
@@ -183,7 +183,7 @@ in
|
|||||||
}
|
}
|
||||||
|
|
||||||
function switch() {
|
function switch() {
|
||||||
sudo nixos-rebuild --flake . switch;
|
sudo nixos-rebuild --flake . switch --keep-going;
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user