From 24269204508d8cf8f963eb9c7d149d18840e4dad Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 12 Aug 2021 13:14:49 -0400 Subject: config, clean up and make a bit more consistent - check version settings with: rg -A2 _version_set$ org --- org/config_nix.org | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'org/config_nix.org') diff --git a/org/config_nix.org b/org/config_nix.org index 7fec0f4..ff3d540 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -245,8 +245,7 @@ $SpineBIN/spine --verbose --dark --pod --epub --html --html-link-harvest --harve ,#+END_SRC ,** sequential tasks - -,*** sqlite db (shared) - create db +,*** sqlite db (shared) - create db ,#+BEGIN_SRC sh $SpineBIN/spine --very-verbose --sqlite-db-create --output="$SpineOUTversioned" @@ -641,7 +640,7 @@ with ( ); mkDubDerivation rec { name = "spine-${version}"; - version = "<>"; + version = "<>"; src = ./.; buildInputs = [ pkgs.sqlite ( @@ -906,7 +905,7 @@ with ( ); mkDubDerivation rec { name = "spine-search-${version}"; - version = "0.11.3"; + version = "<>"; src = ./.; buildInputs = [ pkgs.sqlite ( @@ -1076,9 +1075,9 @@ echo "cat nix_note_.org" #+END_SRC ** variables -*** spine version VERSION :version:set:project: +*** spine version SET VERSION :version:set:project: -#+NAME: version_spine +#+NAME: spine_version_set #+BEGIN_SRC sh 0.11.3 #+END_SRC -- cgit v1.2.3