From 5e81e4814d6da25ce8531baf0bc2d23da7fc26b3 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 5 Jan 2023 04:22:04 +0300 Subject: 2023-01-05 --- flake.nix | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e5c1e17..ba845a4 100644 --- a/flake.nix +++ b/flake.nix @@ -109,6 +109,9 @@ # }; # }; + # NOTE This[1] is annoying. + # + # [1]: https://github.com/NixOS/nix/pull/6983#issuecomment-1234335417 # nix-minecraft-servers = { # type = "github"; # owner = "jyooru"; @@ -120,16 +123,16 @@ # }; # }; - # pollymc = { - # type = "github"; - # owner = "fn2006"; - # repo = "PollyMC"; - # ref = "5.2"; - # inputs = { - # flake-compat.follows = "flake-compat"; - # nixpkgs.follows = "nixpkgs"; - # }; - # }; + pollymc = { + type = "github"; + owner = "fn2006"; + repo = "PollyMC"; + ref = "6.1"; + inputs = { + flake-compat.follows = "flake-compat"; + nixpkgs.follows = "nixpkgs"; + }; + }; dns-nix = { type = "github"; @@ -148,7 +151,7 @@ repo = "nixos-mailserver"; ref = "master"; inputs = { - nixpkgs-22_05.follows = "nixpkgs-stable"; + nixpkgs-22_11.follows = "nixpkgs-stable"; nixpkgs.follows = "nixpkgs"; utils.follows = "flake-utils"; }; -- cgit 1.4.1