grafana-alloy: don't build the frontend twice
Prior to this, we built the frontend twice. Once in the goModules derivation and then the second time in the actual derivation.
This commit is contained in:
parent
3cae63521d
commit
ca1260a39d
@ -55,6 +55,11 @@ buildGoModule rec {
|
||||
"."
|
||||
];
|
||||
|
||||
# Skip building the frontend in the goModules FOD
|
||||
overrideModAttrs = (_: {
|
||||
preBuild = null;
|
||||
});
|
||||
|
||||
yarnOfflineCache = fetchYarnDeps {
|
||||
yarnLock = "${src}/internal/web/ui/yarn.lock";
|
||||
hash = "sha256-Jk+zqR/+NBde9ywncIEJM4kgavqiDvcIAjxJCSMrZDc=";
|
||||
|
Loading…
Reference in New Issue
Block a user