Commit 62536dc8 authored by Alois Wohlschlager's avatar Alois Wohlschlager Committed by Yureka
Browse files

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

parent f36204cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -869,6 +869,7 @@ with lib.maintainers;
      qyriad
      _9999years
      lf-
      alois31
    ];
    scope = "Maintain the Lix package manager inside of Nixpkgs.";
    shortName = "Lix ecosystem";
+22 −0
Original line number Diff line number Diff line
@@ -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.