From f02af8347fefdf4df4812fc33825bf707962fcd9 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Mon, 14 Apr 2025 19:41:32 -0700 Subject: migration: fixes --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 9a72aee..c072d56 100644 --- a/flake.nix +++ b/flake.nix @@ -37,9 +37,14 @@ nix-minecraft.nixosModules.minecraft-servers ]; + overlays = with inputs; [ + nix-minecraft.overlay + ]; + channels-config.allowUnfreePredicate = pkg: builtins.elem (inputs.nixpkgs.lib.getName pkg) [ "discord" "obsidian" + "minecraft-server" ]; }; } -- cgit v1.2.3