From fc019d789523ce5f89436b8dbc458cf3b79abf43 Mon Sep 17 00:00:00 2001 From: aristote Date: Tue, 29 Jul 2025 15:25:11 +0200 Subject: reformat everything with nixfmt --- modules/flake-parts/personal.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/flake-parts/personal.nix') diff --git a/modules/flake-parts/personal.nix b/modules/flake-parts/personal.nix index 370e176..b259c29 100644 --- a/modules/flake-parts/personal.nix +++ b/modules/flake-parts/personal.nix @@ -1,3 +1,9 @@ { - systems = ["x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"]; + systems = [ + "x86_64-linux" + "i686-linux" + "x86_64-darwin" + "aarch64-linux" + "aarch64-darwin" + ]; } -- cgit v1.2.3