Skip to content

Commit 62536dc

Browse files
alois31yuyuyureka
authored andcommitted
lixPackageSets.git: init at 2.94.0-pre-20250509_dcb0a97000d5
1 parent f36204c commit 62536dc

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

maintainers/team-list.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,6 +869,7 @@ with lib.maintainers;
869869
qyriad
870870
_9999years
871871
lf-
872+
alois31
872873
];
873874
scope = "Maintain the Lix package manager inside of Nixpkgs.";
874875
shortName = "Lix ecosystem";

pkgs/tools/package-management/lix/default.nix

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,28 @@ lib.makeExtensible (self: {
230230
};
231231
};
232232

233+
git = self.makeLixScope {
234+
attrName = "git";
235+
236+
lix-args = rec {
237+
version = "2.94.0-pre-20250509_${builtins.substring 0 12 src.rev}";
238+
239+
src = fetchFromGitea {
240+
domain = "git.lix.systems";
241+
owner = "lix-project";
242+
repo = "lix";
243+
rev = "dcb0a97000d50b2868ed4f8d9fd465c5a5b8eb3a";
244+
hash = "sha256-qCRBy8Bbh5XhPalPkhonxNgfsbw3lP0UIXBLSrhxAvI=";
245+
};
246+
247+
cargoDeps = rustPlatform.fetchCargoVendor {
248+
name = "lix-${version}";
249+
inherit src;
250+
hash = "sha256-YMyNOXdlx0I30SkcmdW/6DU0BYc3ZOa2FMJSKMkr7I8=";
251+
};
252+
};
253+
};
254+
233255
latest = self.lix_2_93;
234256

235257
# Note: This is not yet 2.92 because of a non-deterministic `curl` error.

0 commit comments

Comments
 (0)