diff options
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 b7085e73..407c76d5 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -4,7 +4,7 @@ #+FILETAGS: :sisu:build:tools: #+AUTHOR: Ralph Amissah #+EMAIL: [[mailto:ralph.amissah@gmail.com][ralph.amissah@gmail.com]] -#+COPYRIGHT: Copyright (C) 2015 - 2025 Ralph Amissah +#+COPYRIGHT: Copyright (C) 2015 (continuously updated, current 2026) Ralph Amissah #+LANGUAGE: en #+STARTUP: content hideblocks hidestars noindent entitiespretty #+PROPERTY: header-args :exports code @@ -245,7 +245,7 @@ <<ruby_current>> sqlite graphicsmagick - perl538Packages.Po4a + perlPackages.Po4a validatePkgConfig jq #git @@ -324,7 +324,7 @@ rubyPackages<<ruby_version_legacy>>.thor #+NAME: ruby_version_next #+BEGIN_SRC nix -_3_4 +_4_0 #+END_SRC ***** SET ruby version current @@ -344,6 +344,16 @@ _3_2 #+END_SRC **** ruby fixed versions +***** ruby 4.0 - ruby_version_4_0 + +#+NAME: ruby_version_4_0 +#+BEGIN_SRC nix +ruby_4_0 +rubyPackages_4_0.rake +rubyPackages_4_0.sqlite3 +rubyPackages_4_0.thor +#+END_SRC + ***** ruby 3.4 - ruby_version_3_4 #+NAME: ruby_version_3_4 |
