all repos — mycal @ 5b50ae6e06f9d5d5086a4a4de3a8b4d81bc2e897

private calendar anonymiser

feat: load configuration from TOML file for calendar settings

Alan Pearce
commit

5b50ae6e06f9d5d5086a4a4de3a8b4d81bc2e897

parent

08c0f398da84f43763232228c542818d992797bd

1 file changed, 3 insertions(+), 5 deletions(-)

changed files
M .envrc.envrc
@@ -1,10 +1,8 @@
#!/usr/bin/env bash if type -P lorri &>/dev/null; then - eval "$(lorri direnv --flake .)" + eval "$(lorri direnv --flake .)" else - echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' - use flake + echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' + use flake fi - -dotenv