mirror of
https://github.com/nix-community/flakelight.git
synced 2025-06-20 09:37:44 +02:00
Remove setting nixDir in extendFlakelight module
This commit is contained in:
parent
0d56685327
commit
38931a25a0
@ -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 ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user