From bd18a9f629df5235edacf055ecce316d975a539f Mon Sep 17 00:00:00 2001 From: Bit Borealis Date: Sat, 30 Mar 2024 01:03:34 +0000 Subject: [PATCH] formatting --- flake.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index a40578c..a3995c4 100644 --- a/flake.nix +++ b/flake.nix @@ -54,9 +54,9 @@ disko.nixosModules.disko ]; - systems.hosts.magrathea.modules = with inputs; [ - nixos-hardware.nixosModules.starfive-visionfive-2 - ]; + systems.hosts.magrathea.modules = with inputs; [ + nixos-hardware.nixosModules.starfive-visionfive-2 + ]; templates.shim.description = "/etc/nixos shim for geekygay nixconf";