diff options
Diffstat (limited to 'nix/shell')
-rwxr-xr-x | nix/shell/shell_spine.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/shell/shell_spine.nix b/nix/shell/shell_spine.nix index 0c0deb6..766f6ee 100755 --- a/nix/shell/shell_spine.nix +++ b/nix/shell/shell_spine.nix @@ -9,7 +9,7 @@ pkgs.mkShell { source .envrc fi nix-build - RUN="./result/bin/spine --very-verbose --theme-light --html --epub --sqlite-discrete --output=/tmp/www ./data/pod/sisu-markup" + RUN="./result/bin/spine --very-verbose --theme-light --html --epub --sqlite-discrete --output=/tmp/www ./data/pod/sisu-spine-markup" $RUN echo "built spine ... @ ./result/bin/spine" echo "& (tested with) run:" |