brutal closure

This commit is contained in:
Nicolas Jeannerod 2025-05-22 10:46:22 +02:00
parent 3988b83d35
commit 7f96e57787
Signed by untrusted user: Niols
GPG key ID: 35DB9EC8886E1CB8

View file

@ -117,7 +117,9 @@ testers.runNixOSTest (
connect-timeout = 1;
};
system.extraDependencies =
system.extraDependencies = [
(pkgs.closureInfo {
rootPaths = (
lib.attrValues sources
++ [
pkgs.stdenv
@ -178,7 +180,11 @@ testers.runNixOSTest (
]
++ lib.concatLists (
map extraDependenciesFromMachine (map (tm: nodes.${tm}) targetMachines ++ [ fakeMachine.config ])
)
);
})
];
environment.systemPackages = [
tf
tfEnv