mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-09 12:18:04 +03:00
lib.nixos.runTest: Return the test itself
(NB: the lib in the flake) Correcting a mistake I made when removing the test matrix code from https://github.com/NixOS/nixpkgs/pull/191540
This commit is contained in:
parent
854fdc6888
commit
12b3066aae
@ -10,7 +10,7 @@ in
|
||||
};
|
||||
result = mkOption {
|
||||
internal = true;
|
||||
default = config;
|
||||
default = config.test;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user