diff --git a/flake.nix b/flake.nix index f9bc1cefd..682cf866b 100644 --- a/flake.nix +++ b/flake.nix @@ -59,8 +59,6 @@ if pkgs.stdenv.isDarwin then [ Cocoa pkgs.clang ] else [ ]; in { - defaultPackage = self.packages.${system}.${packageName}; - default = devenv.lib.mkShell { inherit inputs pkgs; modules = [{