summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-02-10 12:07:38 +0100
committerGrisha Shipunov2025-02-10 12:07:38 +0100
commitc95ccef48865c4eb59270ef19c52cb6f820f26ed (patch)
tree129d89f3b317e6b566d1b94d65aa5d00c106b83f /flake.nix
parentf4a7e1ee38a204faf75f77e213a54f57c2522d7c (diff)
update lix to beta
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 52c4b5f..142608e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -30,9 +30,15 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ 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.92.0.tar.gz";
+ url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
+ inputs.lix.follows = "lix";
};
website = {