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;
|
||||
};
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue