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