Loading pkgs/os-specific/linux/nsncd/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ stdenv, fetchFromGitHub, rustPlatform, nix-update-script, nixosTests, }: rustPlatform.buildRustPackage { Loading Loading @@ -40,4 +42,9 @@ rustPlatform.buildRustPackage { # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin; }; passthru = { tests.nscd = nixosTests.nscd; updateScript = nix-update-script { }; }; } Loading
pkgs/os-specific/linux/nsncd/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,8 @@ stdenv, fetchFromGitHub, rustPlatform, nix-update-script, nixosTests, }: rustPlatform.buildRustPackage { Loading Loading @@ -40,4 +42,9 @@ rustPlatform.buildRustPackage { # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs broken = stdenv.hostPlatform.isDarwin; }; passthru = { tests.nscd = nixosTests.nscd; updateScript = nix-update-script { }; }; }