From f0add8c95fcef356a42db49da6910ce7ebb70c7f Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 17 Mar 2025 23:42:19 -0400 Subject: [PATCH] rm lix-module from overlay --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 63877d3..8370a2d 100644 --- a/flake.nix +++ b/flake.nix @@ -160,7 +160,6 @@ config.allowUnfree = true; system = "x86_64-linux"; overlays = [ - inputs.lix-module.overlays.default inputs.rust-overlay.overlays.default inputs.vscode-extensions.overlays.default ] ++ (import ./overlay { inherit inputs; });