Tidy up vim config and Flake update

This commit is contained in:
Greg Hellings
2025-10-02 23:06:58 -05:00
parent f7346b6e8d
commit 701090d10a
6 changed files with 49 additions and 47 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def rebuild [] {
sudo darwin-rebuild switch
} else {
let hostname = uname | get nodename
let build = ^nom build $"/etc/nixos#nixosConfigurations.($hostname).config.system.build.toplevel"
let build = ^nom build --keep-going $"/etc/nixos#nixosConfigurations.($hostname).config.system.build.toplevel"
if $env.LAST_EXIT_CODE == 0 {
nvd diff /run/current-system result
run0 nixos-rebuild switch