Loading pkgs/tools/package-management/lix/common-lix.nix +3 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ assert lib.assertMsg ( removeReferencesTo, xz, yq, zstd, nixosTests, rustPlatform, # Only used for versions before 2.92. Loading Loading @@ -185,7 +186,8 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals pastaFod [ passt ] ++ lib.optionals parseToYAML [ yq ] ++ lib.optionals usesCapnp [ capnproto ] ++ lib.optionals stdenv.hostPlatform.isLinux [ util-linuxMinimal ]; ++ lib.optionals stdenv.hostPlatform.isLinux [ util-linuxMinimal ] ++ lib.optionals (lib.versionAtLeast version "2.94") [ zstd ]; buildInputs = [ boost Loading pkgs/tools/package-management/lix/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -217,14 +217,14 @@ lib.makeExtensible ( attrName = "git"; lix-args = rec { version = "2.94.0-pre-20251018_${builtins.substring 0 12 src.rev}"; version = "2.95.0-pre-20251121_${builtins.substring 0 12 src.rev}"; src = fetchFromGitea { domain = "git.lix.systems"; owner = "lix-project"; repo = "lix"; rev = "6e2edbff930dbf5b17a23e23f0b563e1db201f5b"; hash = "sha256-t2f3YDiRTi6GTHc940lwozaxY7RFE1CW7EeNtVYG+FE="; rev = "b707403a308030739dfeacc5b0aaaeef8ba3f633"; hash = "sha256-kas7FT2J86DVJlPH5dNNHM56OgdQQyfCE/dX/EOKDp8="; }; cargoDeps = rustPlatform.fetchCargoVendor { Loading Loading
pkgs/tools/package-management/lix/common-lix.nix +3 −1 Original line number Diff line number Diff line Loading @@ -67,6 +67,7 @@ assert lib.assertMsg ( removeReferencesTo, xz, yq, zstd, nixosTests, rustPlatform, # Only used for versions before 2.92. Loading Loading @@ -185,7 +186,8 @@ stdenv.mkDerivation (finalAttrs: { ++ lib.optionals pastaFod [ passt ] ++ lib.optionals parseToYAML [ yq ] ++ lib.optionals usesCapnp [ capnproto ] ++ lib.optionals stdenv.hostPlatform.isLinux [ util-linuxMinimal ]; ++ lib.optionals stdenv.hostPlatform.isLinux [ util-linuxMinimal ] ++ lib.optionals (lib.versionAtLeast version "2.94") [ zstd ]; buildInputs = [ boost Loading
pkgs/tools/package-management/lix/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -217,14 +217,14 @@ lib.makeExtensible ( attrName = "git"; lix-args = rec { version = "2.94.0-pre-20251018_${builtins.substring 0 12 src.rev}"; version = "2.95.0-pre-20251121_${builtins.substring 0 12 src.rev}"; src = fetchFromGitea { domain = "git.lix.systems"; owner = "lix-project"; repo = "lix"; rev = "6e2edbff930dbf5b17a23e23f0b563e1db201f5b"; hash = "sha256-t2f3YDiRTi6GTHc940lwozaxY7RFE1CW7EeNtVYG+FE="; rev = "b707403a308030739dfeacc5b0aaaeef8ba3f633"; hash = "sha256-kas7FT2J86DVJlPH5dNNHM56OgdQQyfCE/dX/EOKDp8="; }; cargoDeps = rustPlatform.fetchCargoVendor { Loading