Skip to content

Commit

Permalink
Add adguardhome overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoriguchi committed Dec 21, 2024
1 parent 8dc0745 commit 3949bd4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
sha256 = "sha256-zc0bmytECqO3R4wht7zURz2XPOn7goVOXGiXDLBCijI=";
}
}/pkgs/servers/prowlarr") { };

# TODO remove when merged https://nixpk.gs/pr-tracker.html?pr=367144
adguardhome = super.callPackage (import "${
super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "aa4ddca3c3bfb86a33c708d679c40ba2d0f1a49a";
sha256 = "sha256-ZVZWze5ThOiJyjRjHCUtImBQ2IhwVeiNfZcAaUjmAlU=";
}
}/pkgs/servers/adguardhome") { };
})
(_: super: {
discord = super.callPackage ./discord.nix { inherit (super) discord; };
Expand Down

0 comments on commit 3949bd4

Please sign in to comment.