diff options
Diffstat (limited to 'org/config_nix.org')
| -rw-r--r-- | org/config_nix.org | 11 | 
1 files changed, 5 insertions, 6 deletions
| 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_spine>>"; +  version = "<<spine_version_set>>";    src = ./.;    buildInputs = [      pkgs.sqlite ( @@ -906,7 +905,7 @@ with (  );  mkDubDerivation rec {    name = "spine-search-${version}"; -  version = "0.11.3"; +  version = "<<spine_version_set>>";    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 | 
