nix: switch over to using Lix

Related to #81
This commit is contained in:
silver 2024-08-26 09:14:42 +01:00
parent 287b268161
commit ddf5a22d8b
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
3 changed files with 110 additions and 9 deletions

View file

@ -7,6 +7,17 @@
# 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";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
# utility stuff
flake-utils.url = "github:numtide/flake-utils";
agenix.url = "github:ryantm/agenix";