1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

refactor: expose flake overlays

This commit is contained in:
Ryan Cao 2024-02-17 10:04:58 +08:00
parent ff6c4c5d16
commit 9501f7769f
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
6 changed files with 32 additions and 29 deletions

View file

@ -1,11 +1,10 @@
{
self,
pkgs,
inputs,
config,
...
}: let
flakeOverlays = import ../overlays;
in {
}: {
services.nix-daemon.enable = true;
nix.package = pkgs.nix;
@ -39,8 +38,8 @@ in {
inputs.choirpack.overlays.default
inputs.nyoom.overlays.default
inputs.fh.overlays.default
flakeOverlays.ryan-mono-bin
flakeOverlays.ibm-plex
self.overlays.ryan-mono-bin
self.overlays.ibm-plex
];
config.allowUnfree = true;