nixberry: add hostplatform
This commit is contained in:
parent
fba1525ff6
commit
216812be22
|
@ -39,7 +39,7 @@ in
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
vim = "hx";
|
vim = "hx";
|
||||||
ls = "eza -lh --icons --git";
|
ls = "eza -lah --icons --git";
|
||||||
lss = "ls --total-size";
|
lss = "ls --total-size";
|
||||||
};
|
};
|
||||||
plugins = with pkgs.fishPlugins; [
|
plugins = with pkgs.fishPlugins; [
|
||||||
|
|
|
@ -32,6 +32,10 @@ in
|
||||||
|
|
||||||
users.groups.remotebuild = { };
|
users.groups.remotebuild = { };
|
||||||
|
|
||||||
|
nixpkgs.hostPlatform = {
|
||||||
|
system = "aarch64-linux";
|
||||||
|
};
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nrBuildUsers = 64;
|
nrBuildUsers = 64;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue