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, 1 insertion(+), 1 deletion(-)

changed files
M shell.nixshell.nix
@@ -1,3 +1,3 @@
{ system ? builtins.currentSystem }: -(builtins.getFlake (toString ./.)).devShell.${system} +(builtins.getFlake (toString ./.)).devShells.${system}.default