summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-07-03 11:27:19 +0300
committerAzat Bahawi <azat@bahawi.net>2023-07-03 11:27:19 +0300
commitc80598d4e4ffea73647b2ea8440a6080596968fe (patch)
treea6ca4bb82ec20df18022988fa359126fc877d5da /flake.nix
parent8e048c489aed8b8b27695694e8d020358a081bd7 (diff)
2023-07-03
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ece18ad..dd9473e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -116,7 +116,7 @@
type = "github";
owner = "fn2006";
repo = "PollyMC";
- ref = "7.0";
+ ref = "7.1";
inputs = {
flake-compat.follows = "flake-compat";
flake-parts.follows = "flake-parts";
@@ -144,6 +144,7 @@
inputs = {
flake-compat.follows = "flake-compat";
nixpkgs-22_11.follows = "nixpkgs-stable";
+ nixpkgs-23_05.follows = "nixpkgs-stable";
nixpkgs.follows = "nixpkgs";
utils.follows = "flake-utils";
};