1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

remove noop uses of nix-store --init

the nix-store --init command is a noop apparently
This commit is contained in:
zimbatm 2019-02-22 21:07:48 +01:00
parent e58a71442a
commit b402148d8f
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
5 changed files with 0 additions and 14 deletions

View file

@ -53,7 +53,6 @@ clearStore() {
mkdir "$NIX_STORE_DIR"
rm -rf "$NIX_STATE_DIR"
mkdir "$NIX_STATE_DIR"
nix-store --init
clearProfiles
}