diff options
Diffstat (limited to 'org')
| -rw-r--r-- | org/config_env.org | 16 | ||||
| -rw-r--r-- | org/config_git.org | 18 | ||||
| -rw-r--r-- | org/config_nix.org | 17 | 
3 files changed, 46 insertions, 5 deletions
| diff --git a/org/config_env.org b/org/config_env.org index 49141822..5fcf7a53 100644 --- a/org/config_env.org +++ b/org/config_env.org @@ -84,7 +84,7 @@ echo "    ❯❯ nix develop    ❯❯ nix develop '.#' --print-build-logs -c zsh -  ❯❯ nix develop '.#rsh-latex-pdf' --print-build-logs -c zsh +  ❯❯ nix develop '.#rsh-comprehensive-shell' --print-build-logs -c zsh  • to build project: @@ -94,15 +94,25 @@ echo "  "  #+END_SRC -*** 3.0.6 +*** 3.0.7  #+NAME: direnv-version  #+BEGIN_SRC shell -3.0.6 +3.0.7  #+END_SRC  #+NAME: direnv-sha  #+BEGIN_SRC shell +sha256-bn8WANE5a91RusFmRI7kS751ApelG02nMcwRekC/qzc= +#+END_SRC + +*** 3.0.6 + +#+BEGIN_SRC shell +3.0.6 +#+END_SRC + +#+BEGIN_SRC shell  sha256-RYcUJaRMf8oF5LznDrlCXbkOQrywm0HDv1VjYGaJGdM=  #+END_SRC diff --git a/org/config_git.org b/org/config_git.org index baedbd8e..eb3d596e 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -47,6 +47,7 @@  !conf/  !conf/**  !*.json +!*.md  !*.org  !org/  !org/*.org @@ -96,13 +97,26 @@  ,*.gem  ,*.gemspec  !sisu.gemspec -,*_.rb -,*.rb_  0???-*.patch  ,*.gz  ,*.xz  ,*_  .* +,*_.org +,*_.nix +,*_.rb +,*.rb_ +,*_.txt +,*_.md +,*_ +,*.swp +,*~ +\#* +,*.\#* +#!*/ +#\#* +#*.\#* +tmp/**  !.gitignore  !.gitattributes  !.envrc diff --git a/org/config_nix.org b/org/config_nix.org index 9b0f535f..b7085e73 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -189,6 +189,23 @@              zip              unzip              xz +            openssl +            libxml2 +            html-tidy +            xmlstarlet +            epubcheck +            ebook_tools +            libxml2 +            html-tidy +            xmlstarlet +            epubcheck +            ebook_tools +            epr +            sigil +            calibre #(suite includes: ebook-viewer) +            foliate +            validatePkgConfig +            jq              source-sans-pro              source-serif-pro              source-code-pro | 
