aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_nix.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2021-08-12 13:14:49 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2021-08-20 12:03:17 -0400
commit24269204508d8cf8f963eb9c7d149d18840e4dad (patch)
treec94ac0fdab5496fa4969098604ffcfaa87c18678 /org/config_nix.org
parentconfiguration reorganized into config files (diff)
config, clean up and make a bit more consistent
- check version settings with: rg -A2 _version_set$ org
Diffstat (limited to 'org/config_nix.org')
-rw-r--r--org/config_nix.org11
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