diff options
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index 1e796af..3c87e85 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ type = "github"; owner = "NixOS"; repo = "nixpkgs"; - ref = "release-22.11"; + ref = "release-23.05"; }; # For testing PRs and stuff. @@ -115,11 +115,8 @@ type = "github"; owner = "fn2006"; repo = "PollyMC"; - ref = "6.3"; - inputs = { - flake-compat.follows = "flake-compat"; - nixpkgs.follows = "nixpkgs"; - }; + ref = "7.0"; + inputs.nixpkgs.follows = "nixpkgs"; }; dns-nix = { |