diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-17 22:48:20 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-17 23:42:07 -0400 |
commit | 594122acc6ee5766c21098591a7998c76ff80bf2 (patch) | |
tree | 5c68cd30667fc6e8642576709795aac533bfff7b /org/config_nix.org | |
parent | nix dlang overlay ldc-1.38.0 (diff) |
nix flake and envrc-nix minor
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index bb33493..0e553b7 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -1,6 +1,6 @@ -*- mode: org -*- #+TITLE: configuration nix -#+DESCRIPTION: makefile for spine +#+DESCRIPTION: configuration nix #+FILETAGS: :spine:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] @@ -228,6 +228,8 @@ pkgs-nix = nixpkgsFor.${system}; shellHook = '' export Date=`date "+%Y%m%d"` + ## set local values in .envrc-local (or here if you must) + echo " ❯❯ ./result/bin/spine -v --source --pod --epub --html --html-link-pdf --html-link-curate --html-link-markup --curate --output=./OUTPUT_TEST_sisudocSpine ../sisu-spine-samples/markup/pod/*"; ''; in with pkgs-nix; { @@ -330,6 +332,13 @@ dub gnumake sqlite + # ❯❯ text-mode web browsers + elinks + links2 + lynx + w3m + # ❯❯ light graphical + #dillo ]; inherit shellHook; }; @@ -342,7 +351,6 @@ #dmd dub gnumake - sqlite source-sans-pro source-serif-pro source-code-pro @@ -437,6 +445,7 @@ with pkgs-nix; # epr # sigil # calibre #(suite includes: ebook-viewer) + # koreader # foliate # ❯❯❯ i18n translation related # perl538Packages.Po4a @@ -456,6 +465,7 @@ with pkgs-nix; pkgs.callPackage ./devenv.nix {} #+END_SRC +* devEnv ** devenv.nix :default:devenv: #+HEADER: :tangle ../devenv.nix @@ -666,7 +676,7 @@ github:NixOS/nixpkgs/nixpkgs-unstable #+NAME: nixpkgs_url #+HEADER: :noweb yes -#+BEGIN_SRC sh +#+BEGIN_SRC org <<nixpkgs_url_github>> #+END_SRC |