diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2025-12-05 15:51:51 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2025-12-05 15:51:51 -0700 |
| commit | 488ee45806803579e65c0c7e42c1e1adf1634d84 (patch) | |
| tree | 31da518e4844e9b5347a8d1f81f7bc7b7005e297 /flake.nix | |
| parent | 055aea08f91823d4ad32c124fe06e8bd07f2e5c7 (diff) | |
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -14,9 +14,14 @@ }; # alternative nix compiler + 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.93.3-1.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; + inputs.lix.follows = "lix"; }; #for device formatting |
