diff --git a/flake.nix b/flake.nix index c752719..d1f7576 100644 --- a/flake.nix +++ b/flake.nix @@ -126,7 +126,11 @@ outputs-builder = channels: { formatter = channels.nixpkgs.nixfmt-tree; - defaultApp = lib.flake-utils-plus.mkApp { drv = channels.nixpkgs.home-manager; }; + apps.default = { + type = "app"; + program = "${channels.nixpkgs.home-manager}/bin/home-manager"; + inherit (channels.nixpkgs.home-manager) meta; + }; }; };