flake.lock: Update
This commit is contained in:
parent
b9496cf3d8
commit
4de46cd339
2 changed files with 15 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue