Skip to content

Commit

Permalink
stevenblack-blocklist-ipv6: init at 3.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 committed Jan 21, 2025
1 parent 3f212c7 commit 4d149d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pkgs/by-name/st/stevenblack-blocklist-ipv6/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
stevenblack-blocklist,
}:

stevenblack-blocklist.overrideAttrs (oldAttrs: {
pname = "${oldAttrs.pname}-ipv6";

dontAddIPv6 = false;
})

0 comments on commit 4d149d8

Please sign in to comment.