fix: stop using teh bleeding edge lix

This commit is contained in:
silver 2024-11-02 17:09:45 +00:00
parent 50fc679172
commit be75fcb296
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 12 additions and 23 deletions

View file

@ -7,15 +7,9 @@
# Return to using unstable once the current master is merged in
# nixpkgs.url = "nixpkgs/nixos-unstable";
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.1-1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
# utility stuff