summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2024-06-27 16:07:55 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2024-06-27 16:07:55 -0600
commitea906c53b6473d9f4b940f90738b0e3dd08e1c74 (patch)
tree024b31488854dd37a5a9859d0a676e56edf56f3c /flake.nix
parent7fce07bb36522bf6b5d558a263176ccc8a182e76 (diff)
change in lix
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";
};