mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 12:19:11 +00:00
Some checks failed
Cache outputs / build-custom-packages (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build project site / build (push) Has been cancelled
Build devcontainers / build-devcontainers (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
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).
8 lines
364 B
Plaintext
8 lines
364 B
Plaintext
= Core Nix entrypoint
|
|
:toc:
|
|
|
|
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 shouldn't 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.
|