diff options
| author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 11:23:26 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-10-31 11:23:26 -0400 |
| commit | 7de613b7c4090db29054216cd493e59f5c05d8b2 (patch) | |
| tree | 6740cb8b8c18c076bf7e65bc0e183c8f68c74948 /flake.nix | |
| parent | envrc minor, (including emacs syntax highlighting) (diff) | |
nix flake minor housekeeping
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 34 |
1 files changed, 19 insertions, 15 deletions
@@ -34,7 +34,8 @@ inherit system; }; preBuild = '' - export HOME=$(pwd) + export HOME=$TMPDIR + #export HOME=$(pwd) ''; installPhase = '' runHook preInstall @@ -45,6 +46,7 @@ postInstall = '' echo "❯❯ ./result/bin/spine -v --source --pod --text --epub --html --html-link-pdf --html-link-curate --html-link-markup --curate --output=./OUTPUT_TEST_sisudocSpine ../sisu-spine-samples/markup/pod/*"; echo `ls -la $out/bin/spine` + echo "❯❯ spine-v${version} (rev: ${self.shortRev or "unknown"})" $out/bin/spine -v ''; in { @@ -209,13 +211,15 @@ pkgs-ovl = pkgsForSystem system; pkgs-nix = nixpkgsFor.${system}; shellHook = '' - export Date=`date "+%Y%m%d"` + #export Date=`date "+%Y%m%d"` ## set local values in .envrc-local (or here if you must) echo '❯❯ nix build'; - SpineProjVer=`rg "Version\((\d+), (\d+), (\d+)\)" views/version.txt | sed -E 's/.*([0-9]+), ([0-9]+), ([0-9]+).*/spine-v\1.\2.\3/'` && \ - SpineGitVer=`git describe | sed "s/^[a-z_-]\+\([0-9.]\+\)/\1/" | sed "s/\([^-]*-g\)/r\1/" | sed "s/-/./g"` && \ - SpineGitBranch=`git branch --show-current` && \ - echo "❯❯ $SpineProjVer - ($SpineGitBranch: $SpineGitVer)" + ## ImPure Nix environment + 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-v${version} - ($SpineGitBranch: $SpineGitVer)" + ## Pure Nix environment - version info from flake inputs + #echo "❯❯ spine-v${version} (rev: ${self.shortRev or "unknown"})" 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'; @@ -233,7 +237,7 @@ dtools gnumake sqlite - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -248,7 +252,7 @@ dtools gnumake sqlite - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -263,7 +267,7 @@ dtools gnumake sqlite - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -278,7 +282,7 @@ dtools gnumake sqlite - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -322,7 +326,7 @@ calibre #(suite includes: ebook-viewer) koreader foliate - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -345,7 +349,7 @@ w3m # ❯❯ light graphical #dillo - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -364,7 +368,7 @@ source-serif-pro source-code-pro texlive.combined.scheme-full - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -380,7 +384,7 @@ dtools gnumake sqlite - gnused + gnugrep gnused ripgrep ]; inherit shellHook; @@ -397,7 +401,7 @@ gnumake sqlite perl538Packages.Po4a - gnused + gnugrep gnused ripgrep ]; inherit shellHook; |
