diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/flake.nix b/flake.nix index b23943e..e1d5b8e 100644 --- a/flake.nix +++ b/flake.nix @@ -124,19 +124,6 @@ }; }; - pollymc = { - type = "github"; - owner = "fn2006"; - repo = "PollyMC"; - ref = "7.2"; - inputs = { - flake-compat.follows = "flake-compat"; - flake-parts.follows = "flake-parts"; - nixpkgs.follows = "nixpkgs"; - pre-commit-hooks.follows = "pre-commit-hooks"; - }; - }; - dns-nix = { type = "github"; owner = "kirelagin"; |