From 0909f9f9ca133ca472d4bfcbbeaf2001772dddcd Mon Sep 17 00:00:00 2001 From: Ali Rizvi Date: Sat, 7 Dec 2024 23:10:43 -0500 Subject: [PATCH] lib/default.nix: fix indentation of _file snippet --- lib/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 5f791fe..00ad275 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -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; })) ];