Revert "Add defaultPackage" This reverts commit 767223a7e33e14e119bee3d8c3884ea39cc0587e.
1 files changed, 0 insertions(+), 1 deletions(-) M flake.nix
M flake.nix => flake.nix +0 -1
@@ 4,7 4,6 @@ outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: rec { packages.nix-bubblewrap = import ./. { pkgs = nixpkgs.legacyPackages."${system}"; }; packages.default = packages.nix-bubblewrap; defaultPackage = packages.nix-bubblewrap; lib = import ./lib.nix { pkgs = nixpkgs.legacyPackages."${system}"; nix-bubblewrap = packages.nix-bubblewrap;