From 488ee45806803579e65c0c7e42c1e1adf1634d84 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Fri, 5 Dec 2025 15:51:51 -0700 Subject: lix upgrade stuff --- flake.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 1712a31..42a0d04 100644 --- a/flake.nix +++ b/flake.nix @@ -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 -- cgit v1.2.3