mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 15:46:43 -05:00
Typo
This commit is contained in:
parent
4bef221ac3
commit
6c9bf7e6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
options = {
|
options = {
|
||||||
nixpkgs-fmt = {
|
nixpkgs-fmt = {
|
||||||
enable = lib.mkEnableOption {
|
enable = lib.mkEnableOption {
|
||||||
description = "Enable nixpkgs-fmt"
|
description = "Enable nixpkgs-fmt";
|
||||||
default = false;
|
default = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue