diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2021-12-23 10:06:47 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2021-12-23 11:12:53 -0500 |
commit | 168e45c3b73ed705ad665395ec1ef5ffc4dc3a6b (patch) | |
tree | bcce2f043de8fb93661fd3edfb53f1ab1eecf893 /sundry/spine_search_cgi/shell.nix | |
parent | metaverse, xml dom close eof (diff) |
nix setup related but messy
Diffstat (limited to 'sundry/spine_search_cgi/shell.nix')
-rwxr-xr-x | sundry/spine_search_cgi/shell.nix | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sundry/spine_search_cgi/shell.nix b/sundry/spine_search_cgi/shell.nix index 8a73316..7ee5672 100755 --- a/sundry/spine_search_cgi/shell.nix +++ b/sundry/spine_search_cgi/shell.nix @@ -3,20 +3,27 @@ with pkgs; mkShell { buildInputs = [ - # nix_related + ### nix_related nixFlakes nix-prefetch-git validatePkgConfig jq git - # d_build_related - rund + ### d_build_related + ## package manager dub + ## compiler ldc + rund + ## linker + #lld + #mold + ## builder + #ninja #meson - # search related + ### sqlite search related sqlite - # candy + ### candy starship ]; shellHook = '' |