Skip to content

Commit

Permalink
flake.lock: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaofengli committed Apr 4, 2022
1 parent b9496cf commit 4de46cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion integration-tests/tools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ let
'';

makeTest = test: let
customArgs = [ "bundle" ];

targetList = "[${concatStringsSep ", " targets}]";

fullScript = ''
Expand Down Expand Up @@ -170,7 +172,7 @@ let

combined = {
inherit nodes;
} // test // {
} // (removeAttrs test customArgs) // {
testScript = fullScript;
};
in lib.makeOverridable pkgs.nixosTest combined;
Expand Down

0 comments on commit 4de46cd

Please sign in to comment.