diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-07-03 11:27:19 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-07-03 11:27:19 +0300 |
commit | c80598d4e4ffea73647b2ea8440a6080596968fe (patch) | |
tree | a6ca4bb82ec20df18022988fa359126fc877d5da /flake.nix | |
parent | 2023-06-21 (diff) |
2023-07-03
Diffstat (limited to '')
-rw-r--r-- | flake.nix | 3 |
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"; }; |