File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
pkgs/tools/package-management/lix Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff 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" ;
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments