diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-05 16:40:15 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-02-24 16:36:44 -0500 |
commit | 639d672be775c90455d275536d1f4a620616cc84 (patch) | |
tree | 8597974de11981a7b867368e2741956d47093fb1 /nix/shell | |
parent | shell_spine.nix added (diff) |
spine / sisu markup sample in org mode
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:" |