From a0c72e8c49bef1b9edd709ddee0018d25aef1842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 16 Oct 2023 02:05:01 +0200 Subject: [PATCH] packages: use any nix for diff microvms not necessarily need to have a nix, so this might be unbuilt --- packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.nix b/packages.nix index 46d0e0ab..875cc0ad 100644 --- a/packages.nix +++ b/packages.nix @@ -175,7 +175,7 @@ lib.attrsets.mapAttrs createSymlinks = name: '' if [[ -e old ]]; then echo System package diff: - ${discardStringCtx hostConfig.nix.package.outPath}/bin/nix --extra-experimental-features nix-command store diff-closures ./old ./current || true + nix --extra-experimental-features nix-command store diff-closures ./old ./current || true fi ln -sfT \$PWD/current /nix/var/nix/gcroots/microvm/${name}