From a0b926f6f54eb24bc74a5597318c6f5613dfcf1d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 7 Sep 2024 13:22:47 -0500 Subject: [PATCH] pin lix version --- flake.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index cab5f3c..bcdfd60 100644 --- a/flake.nix +++ b/flake.nix @@ -5,14 +5,9 @@ nixpkgs.url = "github:nixos/nixpkgs/nixos-24.05"; # 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"; }; srvos.url = "github:numtide/srvos";