summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-06-10 22:21:25 +0300
committerAzat Bahawi <azat@bahawi.net>2023-06-10 22:21:25 +0300
commit2d4e9a5abfc08386250f42ba0f0c25ae63073d3e (patch)
tree9ebbc36a66679886df3f7ce673935a58f96f15c9 /flake.nix
parentc52fc7e6f12b0bceda5853cb541728139f34fafe (diff)
2023-06-10
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix9
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 = {