Skip to content

Commit 4de46cd

Browse files
committed
flake.lock: Update
1 parent b9496cf commit 4de46cd

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration-tests/tools.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ let
130130
'';
131131

132132
makeTest = test: let
133+
customArgs = [ "bundle" ];
134+
133135
targetList = "[${concatStringsSep ", " targets}]";
134136

135137
fullScript = ''
@@ -170,7 +172,7 @@ let
170172

171173
combined = {
172174
inherit nodes;
173-
} // test // {
175+
} // (removeAttrs test customArgs) // {
174176
testScript = fullScript;
175177
};
176178
in lib.makeOverridable pkgs.nixosTest combined;

0 commit comments

Comments
 (0)