From b19e491d676e3b605a9a1f5a2790e81ddc9fc903 Mon Sep 17 00:00:00 2001 From: clay53 Date: Sun, 8 Mar 2026 15:21:37 -0400 Subject: [PATCH] remove nix-minecraft overlay globally --- cos.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cos.nix b/cos.nix index 852ae0a..873e57d 100644 --- a/cos.nix +++ b/cos.nix @@ -39,10 +39,6 @@ }; config = { - nixpkgs.overlays = [ - inputs.nix-minecraft.overlay - ]; - nix.settings.experimental-features = [ "nix-command" "flakes"