nixos-config/nix/flake.nix
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

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 ./. { };
}