From 6ec5f8344117e6277bd225e6a178839f5648f36a Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 25 Aug 2022 14:32:01 +0300 Subject: 2022-08-25 --- flake.nix | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4165cbe..d042cff 100644 --- a/flake.nix +++ b/flake.nix @@ -27,6 +27,7 @@ ref = "release-22.05"; }; + # For testing PRs and stuff. # nixpkgs-local = { # type = "path"; # path = "/home/azahi/src/nixpkgs"; @@ -80,6 +81,17 @@ }; }; + nix-minecraft-servers = { + type = "github"; + owner = "jyooru"; + repo = "nix-minecraft-servers"; + ref = "main"; + inputs = { + nixpkgs.follows = "nixpkgs"; + utils.follows = "flake-utils-plus"; + }; + }; + dns-nix = { type = "github"; owner = "kirelagin"; @@ -121,6 +133,19 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + # NOTE Used indirectly by nix-minecraft-servers. + # This is declared explicitly because nested follows are broken[1]. + # + # [1]: https://github.com/NixOS/nix/issues/5790 + # [1]: https://github.com/NixOS/nix/pull/6621 + flake-utils-plus = { + type = "github"; + owner = "gytis-ivaskevicius"; + repo = "flake-utils-plus"; + ref = "master"; + inputs.flake-utils.follows = "flake-utils"; + }; + flake-registry = { type = "github"; owner = "NixOS"; -- cgit v1.2.3