lixPackageSets.lix_2_95: init at 2.95.1

This commit is contained in:
Adam C. Stephens
2026-03-25 16:26:26 -04:00
parent 5a66f75402
commit 35bb7d4770
+23 -1
View File
@@ -258,6 +258,28 @@ lib.makeExtensible (
};
};
lix_2_95 = self.makeLixScope {
attrName = "lix_2_95";
lix-args = rec {
version = "2.95.1";
src = fetchFromGitea {
domain = "git.lix.systems";
owner = "lix-project";
repo = "lix";
rev = version;
hash = "sha256-eZEynXdDcrjDMjGVfDhFJJrU5ENal7wlx7bn/wkggTg=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
name = "lix-${version}";
inherit src;
hash = "sha256-a5XtutX+NS4wOqxeqbscWZMs99teKick5+cQfbCRGxQ=";
};
};
};
git = self.makeLixScope {
attrName = "git";
@@ -280,7 +302,7 @@ lib.makeExtensible (
};
};
latest = self.lix_2_94;
latest = self.lix_2_95;
stable = self.lix_2_94;