Run treefmt

This commit is contained in:
r-vdp 2025-02-03 17:11:53 +01:00
parent dc2795129c
commit 3d2748c2d8
No known key found for this signature in database
2 changed files with 22 additions and 18 deletions

View file

@ -34,13 +34,13 @@
overlays = lib.mkOption {
type = with types; listOf anything;
default = [];
default = [ ];
};
config = lib.mkOption {
type = types.attrs;
description = ''Configuration used to instantiate nixpkgs.'';
default = {};
default = { };
};
pkgs = lib.mkOption {