Skip to content

Commit

Permalink
refactor(haumea): init.loader
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Aug 23, 2023
1 parent 750f8b8 commit 9074a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added src/configs/__blank/dir
Empty file.
3 changes: 2 additions & 1 deletion src/configs/haumea.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ pop {
transformer = [ ];
inputs = { };
init = {
src = ./.;
# set a blank src so that the default loader will be used
src = ./__blank;
loader = with haumea.lib; [ (matchers.nix loaders.default) ];
transformer = [ ];
inputs = { };
Expand Down

0 comments on commit 9074a40

Please sign in to comment.