reformat with updated nixfmt

This commit is contained in:
Valentin Gagarin 2025-06-10 13:17:19 +02:00
parent 38d2f702dd
commit 3eca69140c

View file

@ -14,7 +14,13 @@
inherit (sources) git-hooks agenix;
nixpkgs = import-flake sources.nixpkgs;
in
flake-parts.lib.mkFlake { inputs = inputs // { inherit nixpkgs; }; } {
flake-parts.lib.mkFlake
{
inputs = inputs // {
inherit nixpkgs;
};
}
{
systems = [
"x86_64-linux"
"aarch64-linux"