From caad8e6ec3f51a7fa624d4ab64066e66df86d9d8 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 14 Dec 2023 20:22:22 +0900 Subject: [PATCH] test --- lib/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index 4f4a3590..d070a7af 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -77,7 +77,7 @@ ]; }; - # Raspberry Pi SD Card image creator + # Raspberry Pi SD Card image creator mkRpiImage = { hostname , username ? "albert", @@ -88,7 +88,6 @@ }: inputs.nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu platform theme format; }; system = platform; - format = format; modules = [ "${nixpkgs}/nixos/modules/installer/sd-card/sd-image-raspberrypi.nix"