mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
remove noop uses of nix-store --init
the nix-store --init command is a noop apparently
This commit is contained in:
parent
e58a71442a
commit
b402148d8f
5 changed files with 0 additions and 14 deletions
|
@ -53,7 +53,6 @@ clearStore() {
|
|||
mkdir "$NIX_STORE_DIR"
|
||||
rm -rf "$NIX_STATE_DIR"
|
||||
mkdir "$NIX_STATE_DIR"
|
||||
nix-store --init
|
||||
clearProfiles
|
||||
}
|
||||
|
||||
|
|
|
@ -25,9 +25,6 @@ fsync-metadata = false
|
|||
!include nix.conf.extra.not-there
|
||||
EOF
|
||||
|
||||
# Initialise the database.
|
||||
nix-store --init
|
||||
|
||||
# Did anything happen?
|
||||
test -e "$NIX_STATE_DIR"/db/db.sqlite
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue