Remove setting nixDir in extendFlakelight module

This commit is contained in:
Archit Gupta 2025-06-15 19:25:27 -07:00
parent 0d56685327
commit 38931a25a0

View File

@ -4,8 +4,7 @@
# A Flakelight module for Flakelight module flakes
{ flakelight, outputs, src, ... }: {
nixDir = src;
{ flakelight, outputs, ... }: {
# Export a mkFlake function equivalent to flakelight's but with the flake's
# default flakelightModule built in.
lib.mkFlake = flakelight.mkFlake.extend [ outputs.flakelightModules.default ];