Merge pull request #29 from nrdxp/rebuild-fix

shell: alias rebuild to nixos rebuild
This commit is contained in:
Timothy DeHerrera 2020-12-11 11:24:04 -07:00 committed by GitHub
commit 1b7fb9214d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ let
elif [[ $1 == "iso" ]]; then
nix build ${configs}.niximg.${build}.isoImage
else
sudo -E nix shell -vv ${configs}.$1.${build}.toplevel -c switch-to-configuration $2
sudo nixos-rebuild --flake ".#$1" $2
fi
'';
in