feat: add nginx meta module

This commit is contained in:
oddlama 2023-12-25 21:49:06 +01:00
parent bc948ad1ab
commit 4daf3ffd02
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 119 additions and 0 deletions

View file

@ -48,6 +48,9 @@
};
};
# `nix fmt`
formatter = pkgs.alejandra;
# `nix develop`
devShells.default = pkgs.devshell.mkShell {
name = "extra-modules";