nixberry: add hostplatform

This commit is contained in:
Christoph Hollizeck 2025-01-26 01:48:33 +01:00
parent 54a01dc626
commit 98b44ec8b3
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7
2 changed files with 5 additions and 1 deletions

View file

@ -32,6 +32,10 @@ in
users.groups.remotebuild = { };
nixpkgs.hostPlatform = {
system = "aarch64-linux";
};
nix = {
nrBuildUsers = 64;
settings = {