Move development environment variable logic to a separate file.
This is to move more shell logic into files which can be checked with CI tools
for shell code.
Differential D4903
[Nix] Factor out dev env variable logic to another file • jon on Aug 22 2022, 5:26 PM. Authored by Tags None Referenced Files
Details
Move development environment variable logic to a separate file. This is to move more shell logic into files which can be checked with CI tools # Ensure you're not in a nix shell [[ -n "$IN_NIX_SHELL" ]] && exit nix develop echo "$MYSQL_UNIX_PORT" # points to something like "$HOME/.local/share/MariaDB/mysql.sock
Diff Detail
Event TimelineComment Actions Looks good.
|