forked from Fediversity/Fediversity
brutal closure
This commit is contained in:
parent
3988b83d35
commit
7f96e57787
1 changed files with 68 additions and 62 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue