diff --git a/ci/parse.nix b/ci/parse.nix index 9625ad376de3..14fd1e719547 100644 --- a/ci/parse.nix +++ b/ci/parse.nix @@ -20,6 +20,7 @@ runCommand "nix-parse-${nix.name}" '' export NIX_STORE_DIR=$TMPDIR/store export NIX_STATE_DIR=$TMPDIR/state + nix-store --init cd "${nixpkgs}"