mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests: pass enableLegacyIfd arg
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
enableBig ? true,
|
||||
enableLegacyIfd ? false,
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -142,6 +143,7 @@ let
|
||||
];
|
||||
|
||||
test.enableBig = enableBig;
|
||||
test.enableLegacyIfd = enableLegacyIfd;
|
||||
}
|
||||
)
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user