build: workaround nix weirdness
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M nix/package.nix → nix/package.nix
@@ -30,6 +30,7 @@ (maybeMissing ../frontend/static/base.css); }; patchPhase = '' + rm -f frontend/static/base.css cp ${css} frontend/static/base.css ''; tags = [ "embed" ];