diff --git a/flake.nix b/flake.nix index e12d9f1..53b5c96 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ inherit (pkgs) lib; in { - devShell.${system} = + devShells.${system}.default = with pkgs; mkShell { inherit buildInputs nativeBuildInputs;