all repos — nixfiles @ 7ae86e21a36265d432a7384a525add7ca617b0bf

System and user configuration, managed by nix and home-manager

fix lorri flake compatibility

Alan Pearce
commit

7ae86e21a36265d432a7384a525add7ca617b0bf

parent

0b95bda2a740a02932a8d196f9642737c14d0ea7

1 file changed, 6 insertions(+), 1 deletion(-)

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