mirror of
https://github.com/NixOS/nix.git
synced 2025-12-19 15:31:07 +01: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
|
|
@ -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"; }'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue