mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
flake: add packages.<system>.default (#2835)
This commit is contained in:
@@ -25,10 +25,11 @@
|
||||
docs-html = docs.manual.html;
|
||||
docs-manpages = docs.manPages;
|
||||
docs-json = docs.options.json;
|
||||
default = self.packages.${system}.home-manager;
|
||||
});
|
||||
|
||||
defaultPackage =
|
||||
forAllSystems (system: self.packages.${system}.home-manager);
|
||||
# defaultPackage is deprecated as of Nix 2.7.0
|
||||
defaultPackage = forAllSystems (system: self.packages.${system}.default);
|
||||
|
||||
apps = forAllSystems (system: {
|
||||
home-manager = {
|
||||
|
||||
Reference in New Issue
Block a user