Switched config type

This commit is contained in:
Serĉanto de Scio 2019-07-02 11:27:24 +10:00
parent dee3a3d44c
commit e9c8ffed5f
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

@ -13,7 +13,12 @@
../Deployments/host_common.nix
];
nixpkgs.crossSystem.system = "aarch64-linux"; # Ensure the right package architecture is used
# Ensure the right package architecture is used
nixpkgs.localSystem = {
system = "aarch64-linux";
config = "aarch64-unknown-linux-gnu";
allowUnfree = true;
};
};
pi-tri =