diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-01 15:11:01 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-05 11:17:10 -0500 |
commit | 77d22bc2765e329a0f48a2e465afd475b46be5c4 (patch) | |
tree | ca44334a56ebb4ca1cf15a65d6eaa1f574d6c064 /org/config_nix.org | |
parent | nix flake, mostly things nix (diff) |
2023, year rollover, old habit
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 4 |
1 files changed, 2 insertions, 2 deletions
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"; |