1
0
Fork 0

home-manager: fix "typo"

This commit is contained in:
Pratham Patel 2024-03-19 17:33:44 +05:30
parent 312c1da314
commit dff2e8f899
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ in
otherPkgMgrActivation = lib.hm.dag.entryAfter [ "installPackages" ] ''
EXTRA_BIN_PATH="$HOME/.local/$USER/bin"
if [ -d "" ]; then
if [ -d "$EXTRA_BIN_PATH" ]; then
rm -rf "$EXTRA_BIN_PATH"
fi
mkdir -p "$EXTRA_BIN_PATH"