added secrets

This commit is contained in:
2021-05-09 00:00:36 +05:30
parent 0f51622ac9
commit 422ab9c1eb
38 changed files with 517 additions and 82 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
$elev nix build .\#hm-configs.$USER.activationPackage -o hm-result --impure
./hm-result/activate
$elev unlink hm-result
fi