all repos — nix-packages @ 01d063fc0fafe71122313ffe79280b5f5e4fe43f

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