mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 12:39:43 +00:00
fix: respect semver build identifiers for nix (#11915)
This commit is contained in:
parent
38af99dcb4
commit
4f96eb239f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ let
|
|||
in
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "opencode-node_modules";
|
||||
version = "${packageJson.version}-${rev}";
|
||||
version = "${packageJson.version}+${lib.replaceString "-" "." rev}";
|
||||
|
||||
src = lib.fileset.toSource {
|
||||
root = ../.;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue