1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 09:36:20 +09:00

lixPackageSets.git: init at 2.94.0-pre-20250509_dcb0a97000d5

This commit is contained in:
Alois Wohlschlager 2025-04-10 18:11:59 +02:00 committed by Yureka
parent f36204cb00
commit 62536dc831
2 changed files with 23 additions and 0 deletions

View file

@ -869,6 +869,7 @@ with lib.maintainers;
qyriad
_9999years
lf-
alois31
];
scope = "Maintain the Lix package manager inside of Nixpkgs.";
shortName = "Lix ecosystem";

View file

@ -230,6 +230,28 @@ lib.makeExtensible (self: {
};
};
git = self.makeLixScope {
attrName = "git";
lix-args = rec {
version = "2.94.0-pre-20250509_${builtins.substring 0 12 src.rev}";
src = fetchFromGitea {
domain = "git.lix.systems";
owner = "lix-project";
repo = "lix";
rev = "dcb0a97000d50b2868ed4f8d9fd465c5a5b8eb3a";
hash = "sha256-qCRBy8Bbh5XhPalPkhonxNgfsbw3lP0UIXBLSrhxAvI=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
name = "lix-${version}";
inherit src;
hash = "sha256-YMyNOXdlx0I30SkcmdW/6DU0BYc3ZOa2FMJSKMkr7I8=";
};
};
};
latest = self.lix_2_93;
# Note: This is not yet 2.92 because of a non-deterministic `curl` error.