Skip to content

Commit 5c2a676

Browse files
committed
chore(nix): fix sws build missing root target
1 parent 30f34d4 commit 5c2a676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
# Build binary package with `static-web-server` running SIMDE dist
9090
sws = pkgs.pkgsStatic.writeShellScriptBin "simde-sws" ''
91-
${pkgs.pkgsStatic.static-web-server}/bin/static-web-server
91+
${pkgs.pkgsStatic.static-web-server}/bin/static-web-server --root ${dist}
9292
'';
9393

9494
# Build a Docker image that runs `simde-sws`

0 commit comments

Comments
 (0)