From 9c497f51a02b464ead0d2f27d8b003fc8f4603fe Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Thu, 22 Aug 2024 10:36:12 +0200 Subject: [PATCH] Use release version of lix instead of daily main updates Signed-off-by: Stefan Ellmauthaler --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 5c077b7..17461a1 100644 --- a/flake.nix +++ b/flake.nix @@ -11,15 +11,9 @@ # inputs.nixpkgs.follows = "nixpkgs"; #}; - 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/main.tar.gz"; + url = "https://git.lix.systems/lix-project/nixos-module/archive/2.91.0.tar.gz"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.lix.follows = "lix"; }; nixos-hardware = {url = "github:NixOS/nixos-hardware/master";};