Added Dry run

This commit is contained in:
James Patrick 2022-04-24 22:27:27 -04:00
parent e9cfe83e80
commit 7401fa2ddb
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ endif
switch:
sudo nixos-rebuild switch --flake .
dry:
nixos-rebuild dry-build --flake .
upgrade:
sudo nix-channel --update
nix flake update