This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# nix configs & modules
This directory contains all nix-related (esp. NixOS) files.
Normally, I would have placed these directories on the same level as flake.nix, but:
- I want ./flake.nix at root for easier imports
- As this is a git-monorepo for my WHOLE server setup,
(i.e. also including systems without NixOS)
it also contains files for different systems.
These should be separated from nix files, in general.
## flakeArg
Every flake "submodule" gets passed a `flakeArg` parameter to access the flake’s inputs & outputs and other goodies. This is documented in ../flake.nix.