all repos — nix-packages @ 64da2e1ca57b377d19acd1fc64f4cb06796495e5

My personal collection of packages for nix

.envrc (view raw)

1
2
3
4
5
6
if type -P lorri &>/dev/null; then
  eval "$(lorri direnv --flake .)"
else
  echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]'
  use flake
fi