Alejandra formatting

Bill Ewanick 2025-07-26 02:29:59 -04:00
parent 784539bf52
commit 9aaacb144d
1 changed files with 53 additions and 56 deletions

View File

@ -11,8 +11,7 @@
treefmt-nix.url = "github:numtide/treefmt-nix";
};
outputs =
inputs@{ flake-parts, ... }:
outputs = inputs @ {flake-parts, ...}:
flake-parts.lib.mkFlake {inherit inputs;} {
imports = [
# To import a flake module
@ -35,16 +34,14 @@
# agnostic ones like nixosModule and system-enumerating ones, although
# those are more easily expressed in perSystem.
};
perSystem =
{
perSystem = {
config,
self',
inputs',
pkgs,
system,
...
}:
{
}: {
# Per-system attributes can be defined here. The self' and inputs'
# module parameters provide easy access to attributes of the same
# system.