From 7ae86e21a36265d432a7384a525add7ca617b0bf Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 29 Apr 2024 18:48:20 +0200 Subject: fix lorri flake compatibility --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 9730ebde..d2c4c458 100644 --- a/shell.nix +++ b/shell.nix @@ -1,3 +1,3 @@ { system ? builtins.currentSystem }: -(builtins.getFlake (toString ./.)).devShell.${system} +(builtins.getFlake (toString ./.)).devShells.${system}.default -- cgit 1.4.1