Skip to content

Commit

Permalink
lib/default.nix: fix indentation of _file snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Frontear committed Dec 10, 2024
1 parent bd7c994 commit 0909f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
in {
# args = { config, lib, modulesPath, options, pkgs, ... }
__functor = _: args: (imported (args // extraArgs)) // {
_file = mod; # better error reporting in the module system
};
_file = mod; # better error reporting in the module system
};
__functionArgs = final.functionArgs imported;
}))
];
Expand Down

0 comments on commit 0909f9f

Please sign in to comment.