nixos-config/nix/README.adoc
Gabriel Arazas e2af893f64
Some checks are pending
Build devcontainers / build-devcontainers (push) Waiting to run
Cache outputs / build-custom-packages (push) Waiting to run
Check flake outputs / check-outputs (push) Waiting to run
Publish every Git push to master to FlakeHub / flakehub-publish (push) Waiting to run
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Waiting to run
Build project site / build (push) Waiting to run
Build project site / deploy (push) Blocked by required conditions
nix: init core subflake
It is heavily preferred if a private config is only meant to use the
project's module and also wants to avoid the heavy list of inputs it
isn't going to use anyways (which happens for 99% of the time).
2025-04-29 16:50:06 +08:00

364 B
Raw Blame History

This contains the entrypoint for all of the components found in the project. It comes both in flake and non-flake entrypoints. Most of the components exported here shouldnt require anything from other Nix projects to Nix flake inputs. Examples of this includes modules and Nix objects that is meant to be imported in the environment.