aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-01-01 15:11:01 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2023-01-05 11:17:10 -0500
commit77d22bc2765e329a0f48a2e465afd475b46be5c4 (patch)
treeca44334a56ebb4ca1cf15a65d6eaa1f574d6c064
parentnix flake, mostly things nix (diff)
2023, year rollover, old habit
-rw-r--r--flake.lock13
-rw-r--r--flake.nix2
-rw-r--r--org/config_git.org2
-rw-r--r--org/config_make.org2
-rw-r--r--org/config_nix.org4
5 files changed, 10 insertions, 13 deletions
diff --git a/flake.lock b/flake.lock
index ea922cf..5490336 100644
--- a/flake.lock
+++ b/flake.lock
@@ -32,11 +32,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1672249180,
- "narHash": "sha256-ipos/gTMHqxS39asqNWEJZ7nXdcTHa0TB0AIZXkGapg=",
+ "lastModified": 1672756850,
+ "narHash": "sha256-Smbq3+fitwA13qsTMeaaurv09/KVbZfW7m7lINwzDGA=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "e58a7747db96c23b8a977e7c1bbfc5753b81b6fa",
+ "rev": "298add347c2bbce14020fcb54051f517c391196b",
"type": "github"
},
"original": {
@@ -61,11 +61,8 @@
]
},
"locked": {
- "lastModified": 1672249472,
- "narHash": "sha256-4rNyilsqtbTmkEyXgWcz1J3FDs5UpkXNMX+CkHfoKyE=",
- "ref": "refs/heads/main",
- "rev": "ba118bbf9d8040152798b60417da31d6d5a8cfb9",
- "revCount": 568,
+ "lastModified": 1672602471,
+ "narHash": "sha256-91+g1dVEskCBZg1M+rhESGp6OgRLN4DYqoosKlqiPoE=",
"type": "git",
"url": "file:///home/ralph/grotto/repo/git.repo/projects/doc-reform/code/software/spine"
},
diff --git a/flake.nix b/flake.nix
index 3ef1f17..0eedba1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
{
- description = "a sisu like document parser search form";
+ description = "spine (sisu like parser & document generator) made available to process markup samples";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # "github:nixos/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
diff --git a/org/config_git.org b/org/config_git.org
index e042f2d..b0959ae 100644
--- a/org/config_git.org
+++ b/org/config_git.org
@@ -4,7 +4,7 @@
#+FILETAGS: :spine:hub:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2022 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
diff --git a/org/config_make.org b/org/config_make.org
index b603bfe..2a7f5bd 100644
--- a/org/config_make.org
+++ b/org/config_make.org
@@ -4,7 +4,7 @@
#+FILETAGS: :spine:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2022 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
diff --git a/org/config_nix.org b/org/config_nix.org
index 4768bc3..54fc862 100644
--- a/org/config_nix.org
+++ b/org/config_nix.org
@@ -4,7 +4,7 @@
#+FILETAGS: :spine:build:tools:
#+AUTHOR: Ralph Amissah
#+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]]
-#+COPYRIGHT: Copyright (C) 2015 - 2022 Ralph Amissah
+#+COPYRIGHT: Copyright (C) 2015 - 2023 Ralph Amissah
#+LANGUAGE: en
#+STARTUP: content hideblocks hidestars noindent entitiespretty
#+PROPERTY: header-args :exports code
@@ -100,7 +100,7 @@ nix develop --build .#default --print-build-logs
#+HEADER: :noweb yes
#+BEGIN_SRC nix
{
- description = "a sisu like document parser search form";
+ description = "spine (sisu like parser & document generator) made available to process markup samples";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # "github:nixos/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";