all repos — nix-packages @ 5de64c5721fbb92201d7f11ea23b24f29757609a

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