mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
tests: pass enableLegacyIfd arg
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
c7fdb7e90b
commit
f8008b5602
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
enableBig ? true,
|
||||
enableLegacyIfd ? false,
|
||||
}:
|
||||
|
||||
let
|
||||
|
|
@ -142,6 +143,7 @@ let
|
|||
];
|
||||
|
||||
test.enableBig = enableBig;
|
||||
test.enableLegacyIfd = enableLegacyIfd;
|
||||
}
|
||||
)
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue