This commit is contained in:
Annika Merris 2024-05-18 21:13:56 -04:00
parent 4bef221ac3
commit 6c9bf7e6b5

View file

@ -3,7 +3,7 @@
options = {
nixpkgs-fmt = {
enable = lib.mkEnableOption {
description = "Enable nixpkgs-fmt"
description = "Enable nixpkgs-fmt";
default = false;
};
};