This commit is contained in:
2021-05-09 00:03:15 +05:30
parent 422ab9c1eb
commit a1d0576a37
3 changed files with 1 additions and 65 deletions

View File

@@ -12,7 +12,7 @@ if [ ${conf,,} == "n" ]; then
echo "If this is not you, then log into your profile first!"
exit 1
else
$elev nix build .\#hm-configs.$USER.activationPackage -o hm-result --impure
$elev nix build .\#hm-configs.$USER.activationPackage -o hm-result
./hm-result/activate
$elev unlink hm-result
fi