diff options
Diffstat (limited to 'module.nix')
| -rw-r--r-- | module.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ ... }: let - inherit (lib) mkOption mkPackageOption mkEnableOption types; + inherit (lib) mkIf mkOption mkPackageOption mkEnableOption types; inherit (flake-parts-lib) mkPerSystemOption; in { options.perSystem = mkPerSystemOption ({ config, ... }: { |
