flake.lock: Update

This commit is contained in:
Zhaofeng Li 2022-04-03 17:16:01 -07:00
parent b9496cf3d8
commit 4de46cd339
2 changed files with 15 additions and 13 deletions

View file

@ -130,6 +130,8 @@ let
'';
makeTest = test: let
customArgs = [ "bundle" ];
targetList = "[${concatStringsSep ", " targets}]";
fullScript = ''
@ -170,7 +172,7 @@ let
combined = {
inherit nodes;
} // test // {
} // (removeAttrs test customArgs) // {
testScript = fullScript;
};
in lib.makeOverridable pkgs.nixosTest combined;