diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-25 19:59:47 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-02-25 20:54:19 -0500 |
commit | 78a231014be3a76e9e546b31a5e6fa2a9a7b720e (patch) | |
tree | 89c64cc66898e20b7f2f81e837df68f265c62757 /org/config_nix.org | |
parent | verbosity level, "vox_gt[lv]" (voice greater than) (diff) |
external dependency update, housekeeping, routine
Diffstat (limited to 'org/config_nix.org')
-rw-r--r-- | org/config_nix.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/org/config_nix.org b/org/config_nix.org index 1c6ed2f..443094b 100644 --- a/org/config_nix.org +++ b/org/config_nix.org @@ -605,6 +605,16 @@ rund #meson #+END_SRC +***** packages tools + +#+NAME: shell_packages_tool_download +#+BEGIN_SRC nix +### tools +#curl +#wget +aria +#+END_SRC + ***** packages candy #+NAME: shell_packages_candy @@ -1141,6 +1151,7 @@ mkShell { <<shell_packages_nix_related>> <<shell_packages_d_build_related>> <<shell_packages_search_related_sqlite>> + <<shell_packages_tool_download>> <<shell_packages_candy>> ]; shellHook = '' |