fix lorri flake compatibility
7ae86e21a36265d432a7384a525add7ca617b0bf
0b95bda2a740a02932a8d196f9642737c14d0ea7
@@ -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
@@ -1,3 +1,3 @@ { system ? builtins.currentSystem }: -(builtins.getFlake (toString ./.)).devShell.${system} +(builtins.getFlake (toString ./.)).devShells.${system}.default