This directory contains all nix-related (esp. NixOS) files.
This directory contains all nix-related (esp. NixOS) files.
Normally, I would have placed these directories on the same level as flake.nix, but:
Normally, I would have placed these directories on the same level as flake.nix, but:
@ -7,3 +9,8 @@ Normally, I would have placed these directories on the same level as flake.nix,
(i.e. also including systems without NixOS)
(i.e. also including systems without NixOS)
it also contains files for different systems.
it also contains files for different systems.
These should be separated from nix files, in general.
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.