remove lix input (only use lix-module)

This commit is contained in:
cy 2025-03-17 23:32:31 -04:00
parent d50d2dcb73
commit 7b4f70fbe6
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 10 additions and 78 deletions

View file

@ -51,12 +51,6 @@
url = "git+https://git.lix.systems/lix-project/nixos-module";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
inputs.lix.follows = "lix";
};
lix = {
url = "git+https://git.lix.systems/lix-project/lix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-compat.follows = "flake-compat";
};
nix-ld = {
url = "github:nix-community/nix-ld";
@ -166,6 +160,7 @@
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; });