mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
refactor: expose flake overlays
This commit is contained in:
parent
ff6c4c5d16
commit
9501f7769f
6 changed files with 32 additions and 29 deletions
|
|
@ -88,6 +88,7 @@
|
|||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
nix-darwin,
|
||||
home-manager,
|
||||
darwin-custom-icons,
|
||||
|
|
@ -101,8 +102,10 @@
|
|||
];
|
||||
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit self inputs;
|
||||
};
|
||||
};
|
||||
|
||||
overlays = import ./overlays;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue