diff --git a/modules/withSystem.nix b/modules/withSystem.nix index 161eece..cd4b841 100644 --- a/modules/withSystem.nix +++ b/modules/withSystem.nix @@ -11,7 +11,7 @@ in { options = { perSystem = mkPerSystemOption ({ config, options, specialArgs, ... }: { - _file = ./perSystem.nix; + _file = ./withSystem.nix; options = { allModuleArgs = mkOption { type = types.lazyAttrsOf (types.raw or types.unspecified);