mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
nix-serve.nix: Add
This commit is contained in:
@@ -35,6 +35,9 @@ stdenv.mkDerivation {
|
||||
--add-flags $out/libexec/nix-serve/nix-serve.psgi
|
||||
'';
|
||||
|
||||
/** The nix package that nix-serve got its nix perl bindings from. */
|
||||
passthru.nix = nix;
|
||||
|
||||
passthru.tests = {
|
||||
nix-serve = nixosTests.nix-serve;
|
||||
nix-serve-ssh = nixosTests.nix-serve-ssh;
|
||||
|
||||
Reference in New Issue
Block a user