mirror of
https://github.com/nix-community/flakelight.git
synced 2025-06-20 17:47:45 +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
|
# A Flakelight module for Flakelight module flakes
|
||||||
|
|
||||||
{ flakelight, outputs, src, ... }: {
|
{ flakelight, outputs, ... }: {
|
||||||
nixDir = src;
|
|
||||||
# Export a mkFlake function equivalent to flakelight's but with the flake's
|
# Export a mkFlake function equivalent to flakelight's but with the flake's
|
||||||
# default flakelightModule built in.
|
# default flakelightModule built in.
|
||||||
lib.mkFlake = flakelight.mkFlake.extend [ outputs.flakelightModules.default ];
|
lib.mkFlake = flakelight.mkFlake.extend [ outputs.flakelightModules.default ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user