all repos — nixfiles @ 7ae86e21a36265d432a7384a525add7ca617b0bf

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

fix lorri flake compatibility

Alan Pearce
commit

7ae86e21a36265d432a7384a525add7ca617b0bf

parent

0b95bda2a740a02932a8d196f9642737c14d0ea7

2 files changed, 7 insertions(+), 2 deletions(-)

jump to
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
M shell.nixshell.nix
@@ -1,3 +1,3 @@
{ system ? builtins.currentSystem }: -(builtins.getFlake (toString ./.)).devShell.${system} +(builtins.getFlake (toString ./.)).devShells.${system}.default