about summary refs log tree commit diff
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
parent2023-06-21 (diff)
2023-07-03
Diffstat (limited to '')
-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";
       };

Consider giving Nix/NixOS a try! <3