all repos — nix-packages @ cfa368c34d7066c35f618c192673bb0f45d9ce26

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