mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 12:19:11 +00:00
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
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).
9 lines
267 B
Nix
9 lines
267 B
Nix
# This is mainly for "public" consumption of the modules and several components
|
|
# found in my project which shouldn't really require no flake inputs
|
|
# whatsoever.
|
|
{
|
|
description = "foodogsquared's core flake for its modules";
|
|
|
|
outputs = { ... }: import ./. { };
|
|
}
|