Loading pkgs/by-name/pi/pihole-ftl/package.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, nixosTests, fetchFromGitHub, cmake, gmp, Loading @@ -12,7 +13,6 @@ readline, xxd, iproute2, ... }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: { ''; passthru.settingsTemplate = ./pihole.toml; passthru.tests = nixosTests.pihole-ftl; meta = { description = "Pi-hole FTL engine"; Loading pkgs/by-name/pi/pihole-web/package.nix +3 −0 Original line number Diff line number Diff line { stdenv, lib, nixosTests, fetchFromGitHub, pihole, pihole-ftl, Loading Loading @@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.tests = nixosTests.pihole-ftl; meta = { description = "Pi-hole web dashboard displaying stats and more"; homepage = "https://github.com/pi-hole/web"; Loading pkgs/by-name/pi/pihole/package.nix +3 −0 Original line number Diff line number Diff line { lib, nixosTests, fetchFromGitHub, makeBinaryWrapper, installShellFiles, Loading Loading @@ -238,6 +239,8 @@ mainProgram = "pihole"; }; passthru.tests = nixosTests.pihole-ftl; passthru = { inherit stateDir; }; Loading Loading
pkgs/by-name/pi/pihole-ftl/package.nix +2 −1 Original line number Diff line number Diff line { lib, stdenv, nixosTests, fetchFromGitHub, cmake, gmp, Loading @@ -12,7 +13,6 @@ readline, xxd, iproute2, ... }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -78,6 +78,7 @@ stdenv.mkDerivation (finalAttrs: { ''; passthru.settingsTemplate = ./pihole.toml; passthru.tests = nixosTests.pihole-ftl; meta = { description = "Pi-hole FTL engine"; Loading
pkgs/by-name/pi/pihole-web/package.nix +3 −0 Original line number Diff line number Diff line { stdenv, lib, nixosTests, fetchFromGitHub, pihole, pihole-ftl, Loading Loading @@ -36,6 +37,8 @@ stdenv.mkDerivation (finalAttrs: { runHook postInstall ''; passthru.tests = nixosTests.pihole-ftl; meta = { description = "Pi-hole web dashboard displaying stats and more"; homepage = "https://github.com/pi-hole/web"; Loading
pkgs/by-name/pi/pihole/package.nix +3 −0 Original line number Diff line number Diff line { lib, nixosTests, fetchFromGitHub, makeBinaryWrapper, installShellFiles, Loading Loading @@ -238,6 +239,8 @@ mainProgram = "pihole"; }; passthru.tests = nixosTests.pihole-ftl; passthru = { inherit stateDir; }; Loading