mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Urgh, modified the wrong file...
This commit is contained in:
parent
ef902274fd
commit
ca3d9f8b31
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ readLink() {
|
|||
|
||||
clearProfiles() {
|
||||
profiles="$NIX_STATE_DIR"/profiles
|
||||
rm -f $profiles/*
|
||||
rm -rf $profiles
|
||||
}
|
||||
|
||||
clearStore() {
|
||||
|
|
Loading…
Reference in a new issue