From 71e8ab5b191d153432a48708affa28c81aae94b6 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 13 Aug 2024 11:44:09 -0500 Subject: [PATCH] re-pinning stable release --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 994a688..ba1894e 100644 --- a/flake.nix +++ b/flake.nix @@ -8,14 +8,9 @@ # Lix - Substitution of the Nix package manager, focused on correctness, usability, and growth – and committed to doing right by its community. # https://git.lix.systems/lix-project/lix - 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"; }; # impermanence