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