From 66568d814cac442cf75c27f72f0d208842959978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 28 Jul 2025 05:15:45 +0000 Subject: [PATCH] nix fmt --- flake.nix | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 3421175..ed1d469 100644 --- a/flake.nix +++ b/flake.nix @@ -131,7 +131,8 @@ ]; specialArgs = { inherit myData; - } // inputs; + } + // inputs; }; mtworx = nixpkgs.lib.nixosSystem { @@ -148,7 +149,8 @@ specialArgs = { inherit myData; - } // inputs; + } + // inputs; }; fwminex = nixpkgs.lib.nixosSystem { @@ -164,7 +166,8 @@ specialArgs = { inherit myData; - } // inputs; + } + // inputs; }; vno3-nk = nixpkgs.lib.nixosSystem { @@ -178,7 +181,8 @@ specialArgs = { inherit myData; - } // inputs; + } + // inputs; }; vno1-gdrx = nixpkgs.lib.nixosSystem { @@ -194,7 +198,8 @@ specialArgs = { inherit myData; - } // inputs; + } + // inputs; }; fra1-c = nixpkgs.lib.nixosSystem { @@ -209,7 +214,8 @@ specialArgs = { inherit myData; - } // inputs; + } + // inputs; }; };