about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2019-02-22T20·07+0100
committerzimbatm <zimbatm@zimbatm.com>2019-02-22T20·07+0100
commitb402148d8f584144b80fe159e76e553a1792ecb7 (patch)
treec716407494479f463f7c7e67d2dc86d699e2af60 /release.nix
parente58a71442ad4a538b48fc7a9938c3690628c4741 (diff)
remove noop uses of nix-store --init
the nix-store --init command is a noop apparently
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 27164506752d..5c0027301b32 100644
--- a/release.nix
+++ b/release.nix
@@ -278,7 +278,6 @@ let
       pkgs.runCommand "eval-nixos" { buildInputs = [ build.x86_64-linux ]; }
         ''
           export NIX_STATE_DIR=$TMPDIR
-          nix-store --init
 
           nix-instantiate ${nixpkgs}/nixos/release-combined.nix -A tested --dry-run \
             --arg nixpkgs '{ outPath = ${nixpkgs}; revCount = 123; shortRev = "abcdefgh"; }'