add lix input to lock lix-module correctly
This commit is contained in:
parent
c4489d7852
commit
67659fa8ca
2 changed files with 102 additions and 22 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue