refactor(flake): use apps.default instead of deprecated defaultApp
This commit is contained in:
parent
06d26311fd
commit
cf3c2e3891
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue