diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-07-31 15:44:56 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-08-03 19:18:15 -0400 |
commit | 934b830f804c1acae1e5f2f55207a1f428244f1f (patch) | |
tree | 8b55d1cbc25cbaf59e2ac94db51c809b9f1cc1ab /sundry/spine_search_cgi/shell.nix | |
parent | ocn metaverse, rearrange (diff) |
org nix adjust
Diffstat (limited to 'sundry/spine_search_cgi/shell.nix')
-rwxr-xr-x | sundry/spine_search_cgi/shell.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sundry/spine_search_cgi/shell.nix b/sundry/spine_search_cgi/shell.nix index b45dcdd..64a4e02 100755 --- a/sundry/spine_search_cgi/shell.nix +++ b/sundry/spine_search_cgi/shell.nix @@ -4,11 +4,13 @@ with pkgs; mkShell { buildInputs = [ ### nix_related + direnv nixFlakes nix-prefetch-git validatePkgConfig jq git + #ps ### d_build_related ## package manager dub @@ -32,7 +34,7 @@ mkShell { starship ]; shellHook = '' - if [[ -e ".envrc" ]]; then + if [[ -f ".envrc" ]]; then source .envrc fi eval "$(starship init bash)" |