chore: snake_case to camelCase
This commit is contained in:
parent
2b704cc5e7
commit
f4e47cbf97
5 changed files with 14 additions and 14 deletions
|
|
@ -9,7 +9,7 @@
|
|||
}: {
|
||||
/*
|
||||
*
|
||||
# build_systems
|
||||
# buildSystems
|
||||
|
||||
Builds system given a list of system names which are placed within your hosts/ directory. Note that each system has its own directory in hosts/ as well.
|
||||
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
# Example usage
|
||||
:::{.example}
|
||||
```nix
|
||||
nixosConfigurations = build_systems { root = ./.; };
|
||||
nixosConfigurations = buildSystems { root = ./.; };
|
||||
```
|
||||
:::
|
||||
*/
|
||||
|
|
@ -35,7 +35,7 @@
|
|||
# );
|
||||
|
||||
# in
|
||||
build_systems = {
|
||||
buildSystems = {
|
||||
root,
|
||||
additionalMods ? {
|
||||
nixos = [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue