diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-27 16:07:55 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-06-27 16:07:55 -0600 |
| commit | ea906c53b6473d9f4b940f90738b0e3dd08e1c74 (patch) | |
| tree | 024b31488854dd37a5a9859d0a676e56edf56f3c /flake.nix | |
| parent | 7fce07bb36522bf6b5d558a263176ccc8a182e76 (diff) | |
change in lix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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"; }; |
