update readme
This commit is contained in:
parent
eed995d637
commit
3f560c00a3
11
README.md
11
README.md
|
@ -177,6 +177,17 @@ pkgs.mkNginxServer {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## development
|
||||||
|
|
||||||
|
structure of this repo
|
||||||
|
- `default.nix`: the top level NixOS module, which can also be interpreted as a plain nix file
|
||||||
|
outside of NixOS for access to just the nixpkgs overlay. this contains all definitions for
|
||||||
|
packages, library functions, and NixOS modules
|
||||||
|
- `lib/`: library functions (ie functions that get added to the overlay) go here
|
||||||
|
- `modules/`: NixOS modules go here
|
||||||
|
- `pkgs/`: packages that get added to the overlay go here
|
||||||
|
- `support/`: WIP support tools (eg generating documentation)
|
||||||
|
|
||||||
## licensing
|
## licensing
|
||||||
|
|
||||||
this repository is NOT licensed under a "standard" FOSS license. instead, it uses
|
this repository is NOT licensed under a "standard" FOSS license. instead, it uses
|
||||||
|
|
Loading…
Reference in New Issue