Skip to content

Commit

Permalink
fix: add scanPath to child dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentMind committed Jul 15, 2024
1 parent 32215af commit 98f0994
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions hosts/common/core/services/default.nix
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# FIXME this is intentionally empty and is a hack to get configLib.scanPaths not to barf when default.nix doesn't exist in this dir. Need to modify
{ }
# TODO Not sure I like that this. A second scanPaths call that get's pulled in
# from default.nix in the parent directory. Could be trouble when debugging
# down the road. Noted in long term roadmap.
{ input, outputs, configLib, ... }: {
imports = (configLib.scanPaths ./.);
}

0 comments on commit 98f0994

Please sign in to comment.