add lix input to lock lix-module correctly

This commit is contained in:
Noa Aarts 2025-03-23 23:44:37 +01:00
parent c4489d7852
commit 67659fa8ca
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 102 additions and 22 deletions

View file

@ -71,7 +71,12 @@
lix-module = {
url = "git+https://git.lix.systems/lix-project/nixos-module.git";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.url = "git+https://git.lix.systems/lix-project/lix.git";
inputs.lix.follows = "lix";
};
lix = {
url = "git+https://git.lix.systems/lix-project/lix.git";
inputs.nixpkgs.follows = "nixpkgs";
};
nixcord = {