mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-30 12:19:11 +00:00
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 ./. { };
|
||
|
}
|