diff --git a/flake.nix b/flake.nix index ed75e52..0924443 100644 --- a/flake.nix +++ b/flake.nix @@ -62,10 +62,9 @@ packages = with pkgs; forAllSystems (system: { inherit (nixpkgsFor.${system}) watcher; - }); - defaultPackage = - forAllSystems (system: self.packages."${system}".watcher); + default = nixpkgsFor.${system}.watcher; + }); apps = forAllSystems (system: rec { watch = {