From adb0ac520dde54f1944a1c1c1bce5e996af6852e Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 16 Sep 2023 12:09:03 +0900 Subject: [PATCH] tes --- sd-image.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sd-image.nix b/sd-image.nix index cf854f38..f610da5d 100644 --- a/sd-image.nix +++ b/sd-image.nix @@ -1,9 +1,9 @@ # Raspberry Pi SD Image # $ nix-build '' -A config.system.build.sdImage -I nixos-config=./sd-image.nix # https://nixos.wiki/wiki/NixOS_on_ARM#Installation -{ ... }: { +{ config, ... }: { nixpkgs.crossSystem.system = "armv7l-linux"; - + # Simple bootstrap SD image for the Raspberry Pi imports = [