summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bc1bf2e..4b457ac 100644
--- a/flake.nix
+++ b/flake.nix
@@ -110,10 +110,16 @@
};
};
+ 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/refs/tags/2.92.0.tar.gz";
+ url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs = {
nixpkgs.follows = "nixpkgs";
+ lix.follows = "lix";
flakey-profile.follows = "";
};
};