diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-06-10 22:21:25 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-06-10 22:21:25 +0300 |
commit | 2d4e9a5abfc08386250f42ba0f0c25ae63073d3e (patch) | |
tree | 9ebbc36a66679886df3f7ce673935a58f96f15c9 /flake.nix | |
parent | 2023-06-02 (diff) |
2023-06-10
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 = { |