From 11c733fce48b19b2bb9c5778efcd1a017afdeb42 Mon Sep 17 00:00:00 2001 From: o1lo01ol1o Date: Thu, 16 Nov 2023 14:32:22 -0600 Subject: [PATCH] clean up --- flake.nix | 2 -- 1 file changed, 2 deletions(-) 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 = [{