From dee3a3d44c0e521ca1447b56f3da24d4da5f6b9e Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 27 Jun 2019 13:58:46 +1000 Subject: [PATCH] Added nixpkgs.crossSystem.system to build for Pi3B --- Networks/raspberry_pi_rack.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Networks/raspberry_pi_rack.nix b/Networks/raspberry_pi_rack.nix index 1627fd8..5dc134f 100644 --- a/Networks/raspberry_pi_rack.nix +++ b/Networks/raspberry_pi_rack.nix @@ -12,14 +12,14 @@ ../Deployments/pi3B_rack.nix ../Deployments/host_common.nix ]; + + nixpkgs.crossSystem.system = "aarch64-linux"; # Ensure the right package architecture is used }; pi-tri = { config, pkgs, lib, ... }: { - #networking.hostName = "pi-tri"; # Define your hostname. - # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you