This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
inputs,
lib,
outputs,
self,
...
}@flakeArg:
{
default=self.withDepends;
# this one includes all of my modules
# - most of them only change things when enabled (e.g. x-banananetwork.*.enable)
# - others only introduce small, reasonable changes if other module’s options are set, as reasonable defaults (if I intend to upstream them)
# however, use on your own discretion
banananetwork.imports=[
# directories
./extends
./frontend
./improvedDefaults
# files
./allCommon.nix
./autoUnfree.nix
./debugMinimal.nix
./graphics.nix
./hwCommon.nix
./kernel.nix
./options.nix
./privacy.nix
./secrix.nix
./sshSecurity.nix
./useable.nix
./vmCommon.nix
];
# this one defines common options for my systems to my modules
# you definitely do not want to use this
myOptions=import../myOptions.nix;
# this one also includes required dependencies from flake inputs