mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-11 09:02:52 +02:00
feat(linux) - avoid compiling creative tools, update noctalia & utils.nu
This commit is contained in:
@@ -14,6 +14,8 @@ export def nixos-switch [
|
||||
# show details via nix-output-monitor
|
||||
nom build $".#nixosConfigurations.($name).config.system.build.toplevel" --show-trace --verbose
|
||||
nixos-rebuild switch --sudo --flake $".#($name)" --show-trace --verbose
|
||||
} else if "boot" == $mode {
|
||||
nixos-rebuild boot --sudo --flake $".#($name)"
|
||||
} else {
|
||||
nixos-rebuild switch --sudo --flake $".#($name)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user