summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/tests/all-tests.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 701994b..e255fbe 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -27,6 +27,7 @@ builtins.mapAttrs
'';
}
// value
+ // { imports = value.imports ++ [ dsl ]; }
)
)
{
@@ -37,7 +38,6 @@ builtins.mapAttrs
dag.needDownloads = 0;
}
diamond
- dsl
];
};
diamond-unbuilt-2 = {
@@ -50,7 +50,6 @@ builtins.mapAttrs
dag.needDownloads = 2;
}
diamond
- dsl
];
};
diamond-unbuilt-4 = {
@@ -61,7 +60,6 @@ builtins.mapAttrs
dag.needDownloads = 0;
}
diamond
- dsl
];
};
}