diff options
Diffstat (limited to 'shell.nix')
| -rwxr-xr-x | shell.nix | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -18,7 +18,7 @@ with pkgs-nix; git # ❯❯❯ dev gnumake - ps + #ps # ❯❯❯ d_build_related # ❯❯ package manager #dub @@ -56,5 +56,12 @@ with pkgs-nix; # openssl_3_3 ]; shellHook = '' + echo '❯❯ nix build'; + SpineGitVer=`git describe | sed "s/^[a-z_-]\+\([0-9.]\+\)/\1/" | sed "s/\([^-]*-g\)/r\1/" | sed "s/-/./g"` && \ + SpineGitBranch=`git branch --show-current` && \ + echo "❯❯ spine - ($SpineGitBranch: $SpineGitVer)" + echo '❯❯ $SpineBIN -v --source --pod --text --epub --html --html-link-pdf --html-link-curate --html-link-markup --curate --output=$SpineOUT $SpinePOD/*'; + echo "❯❯ $SpineBIN -v --source --pod --text --epub --html --html-link-pdf --html-link-curate --html-link-markup --curate --output=$SpineOUT $SpinePOD/*"; + echo '❯❯ nix flake update && nix flake check && nix flake show'; ''; } |
