diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2026-05-20 14:04:25 +0200 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2026-05-20 14:04:25 +0200 |
| commit | e3831ae2a20f8d4b1b9ffffeede66aebb9e2256d (patch) | |
| tree | 2b258e933d0e40f2da82a69651d4f77859a6f216 | |
| parent | 7c0b47f6ba2b1aa0f1f5d70ed2a3d587ed4dcbe7 (diff) | |
| download | nixsap-e3831ae2a20f8d4b1b9ffffeede66aebb9e2256d.tar.gz | |
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ Nixsap is a set of modules built on top of [NixOS](https://nixos.org/)/[Nixpkgs](https://nixos.org/nixpkgs/). Nixsap provides NixOS modules in the `nixsap` "namespace", e. g. `nixsap.apps.mariadb` or `nixsap.system.users`, and adds or overrides some packages in Nixpkgs. -From vanila Nixpkgs, Nixsap relies only on basic services like systemd, ssh, ntpd +From vanilla Nixpkgs, Nixsap relies only on basic services like systemd, ssh, ntpd and package set (extending and overriding it). @@ -29,7 +29,7 @@ For example: You can use this techniques in your own projects. You can take out any modules or packages and put them into your project with your modifications without -maintaning a fork of Nixsap. When taking modules you have to change the +maintaining a fork of Nixsap. When taking modules you have to change the `nixsap` namespace to something different to avoid conflicts. @@ -103,7 +103,7 @@ Design Static analysis --------------- -There are a handful of tools used thoughout the applications to ensure +There are a handful of tools used throughout the applications to ensure correctness at build time: `writeBashScript`, `writeXML`, `writePHPFile`. `writeBashScript` uses [shellcheck](https://www.shellcheck.net/). `writeXML` runs [xmllint](http://xmlsoft.org/xmllint.html). `writePHPFile` relies on |
