mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
tests.kernel-config: remove test that wasn't being run
it doesn't seem necessary anymore
This commit is contained in:
parent
ad10ad9519
commit
44425dc5ab
@ -32,11 +32,6 @@ let
|
||||
{ "NIXOS_TEST_BOOLEAN" = lib.mkDefault no; }
|
||||
];
|
||||
|
||||
optionalNoWins = mkMerge [
|
||||
{ NIXOS_FAKE_USB_DEBUG = option yes;}
|
||||
{ NIXOS_FAKE_USB_DEBUG = yes;}
|
||||
];
|
||||
|
||||
allOptionalRemainOptional = mkMerge [
|
||||
{ NIXOS_FAKE_USB_DEBUG = option yes;}
|
||||
{ NIXOS_FAKE_USB_DEBUG = option yes;}
|
||||
|
Loading…
Reference in New Issue
Block a user