all repos — mycal @ 10527ff359e804c9706b0c16f6176ad1f1a9e858

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