diff options
author | zimbatm <zimbatm@zimbatm.com> | 2019-02-22T20·07+0100 |
---|---|---|
committer | zimbatm <zimbatm@zimbatm.com> | 2019-02-22T20·07+0100 |
commit | b402148d8f584144b80fe159e76e553a1792ecb7 (patch) | |
tree | c716407494479f463f7c7e67d2dc86d699e2af60 /scripts/install-multi-user.sh | |
parent | e58a71442ad4a538b48fc7a9938c3690628c4741 (diff) |
remove noop uses of nix-store --init
the nix-store --init command is a noop apparently
Diffstat (limited to 'scripts/install-multi-user.sh')
-rw-r--r-- | scripts/install-multi-user.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 6ee8dd48582e..f93be9d3a45b 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -674,9 +674,6 @@ $NIX_INSTALLED_NIX. EOF fi - _sudo "to initialize the Nix Database" \ - $NIX_INSTALLED_NIX/bin/nix-store --init - cat ./.reginfo \ | _sudo "to load data for the first time in to the Nix Database" \ "$NIX_INSTALLED_NIX/bin/nix-store" --load-db |