summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rwxr-xr-xflake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix

index 7c8dd12..071ca6f 100755 --- a/flake.nix +++ b/flake.nix
@@ -51,9 +51,15 @@ # flake = false; # }; + 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/2.91.1-2.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.lix.follows = "lix"; }; # Own projects/custom modules