mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
nixos/testing-python.nix: Set meta.mainProgram
This commit is contained in:
parent
c071530ca5
commit
28f99aad31
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ rec {
|
||||||
passthru = passthru // {
|
passthru = passthru // {
|
||||||
inherit nodes;
|
inherit nodes;
|
||||||
};
|
};
|
||||||
|
meta.mainProgram = "nixos-test-driver";
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue