From ab1f2aed5692a4d8c7ab7ccb7daccf5502e31f67 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 16 Jul 2024 18:35:03 +0300 Subject: [PATCH] chore: format --- systems/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/systems/default.nix b/systems/default.nix index d4dd91b..c66d1b1 100644 --- a/systems/default.nix +++ b/systems/default.nix @@ -1,7 +1,4 @@ -{ - inputs, - ... -}: { +{inputs, ...}: { flake = let mkHost = name: cfg: inputs.nixpkgs.lib.nixosSystem { -- 2.44.1