all repos — scriptura @ 36b65fc5de801a77c2d533d40232017a8f8caffd

a corner in $HOME for your scripts

add flake scaffolding

Alan Pearce
commit

36b65fc5de801a77c2d533d40232017a8f8caffd

parent

70e83b0f00a81744295e4335c4db3ef4ad6e9d01

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A .envrc
@@ -0,0 +1,7 @@
+#!/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