all repos — mycal @ 3dca02155b5db16e82f5de990fa1324cc908f71d

private calendar anonymiser

.envrc (view raw)

1
2
3
4
5
6
7
8
#!/usr/bin/env bash

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