gitea.data-compressed: improve drv name

`data-compressed` is to undescriptive for a store-path. Same for
forgejo.
This commit is contained in:
Maximilian Bosch 2023-03-20 20:49:01 +01:00
parent 6b9d81b953
commit f01862e271
No known key found for this signature in database
GPG Key ID: 9A6EEA275CA5BE0A
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ buildGoModule rec {
'';
passthru = {
data-compressed = runCommand "data-compressed" {
data-compressed = runCommand "forgejo-data-compressed" {
nativeBuildInputs = [ brotli xorg.lndir ];
} ''
mkdir $out

View File

@ -66,7 +66,7 @@ buildGoModule rec {
'';
passthru = {
data-compressed = runCommand "data-compressed" {
data-compressed = runCommand "gitea-data-compressed" {
nativeBuildInputs = [ brotli xorg.lndir ];
} ''
mkdir $out