mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-14 00:43:24 +00:00
nixos-option: link to nixos test
This commit is contained in:
parent
f629671174
commit
e4206aafdd
@ -7,6 +7,7 @@
|
||||
pkg-config,
|
||||
installShellFiles,
|
||||
nix,
|
||||
nixosTests,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
@ -31,6 +32,8 @@ stdenv.mkDerivation {
|
||||
nix
|
||||
];
|
||||
|
||||
passthru.tests.installer-simpleUefiSystemdBoot = nixosTests.installer.simpleUefiSystemdBoot;
|
||||
|
||||
meta = with lib; {
|
||||
license = licenses.lgpl2Plus;
|
||||
mainProgram = "nixos-option";
|
||||
|
Loading…
Reference in New Issue
Block a user