nixberry: add hostplatform
This commit is contained in:
parent
fba1525ff6
commit
216812be22
2 changed files with 5 additions and 1 deletions
|
@ -32,6 +32,10 @@ in
|
|||
|
||||
users.groups.remotebuild = { };
|
||||
|
||||
nixpkgs.hostPlatform = {
|
||||
system = "aarch64-linux";
|
||||
};
|
||||
|
||||
nix = {
|
||||
nrBuildUsers = 64;
|
||||
settings = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue