all repos — x @ 0c6fc79fef8f3fd2d2e7360528cf918fb7dd55b5

Experiments and stuff

use flake for dev shell

Alan Pearce
commit

0c6fc79fef8f3fd2d2e7360528cf918fb7dd55b5

parent

434bbe77faa4b87eace015c800bf3cfdfe39042a

1 file changed, 2 insertions(+), 2 deletions(-)

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