summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix
index fd6c1f5..2ddb2e6 100644
--- a/flake.nix
+++ b/flake.nix
@@ -14,13 +14,8 @@
};
# alternative nix compiler
- lix = {
- url = "git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
- flake = false;
- };
lix-module = {
- url = "git+https://git.lix.systems/lix-project/nixos-module";
- inputs.lix.follows = "lix";
+ url = "https://git.lix.systems/lix-project/nixos-module/archive/2.90.0-rc1.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
};