treewide: replace lib.trivial.version with lib.trivial.release

includes a fix that will be reverted in staging
This commit is contained in:
jopejoe1
2026-02-16 10:08:36 +01:00
parent 925ce5cd31
commit 335f2be3c5
2 changed files with 2 additions and 2 deletions
@@ -774,7 +774,7 @@ rec {
# turn off __structuredAttrs to unbreak substituteAll
__structuredAttrs = false;
pname = name;
inherit (lib.trivial) version;
version = lib.trivial.release + "pre-git";
inherit meta;
inherit depsTargetTargetPropagated;
inherit propagatedBuildInputs;
+1 -1
View File
@@ -5,7 +5,7 @@ let
argsStdenv@{
name ? "stdenv",
pname ? name,
version ? lib.trivial.version,
version ? lib.trivial.release + "pre-git",
preHook ? "",
initialPath,