nixberry: add hostplatform

This commit is contained in:
Christoph Hollizeck 2025-01-26 01:48:33 +01:00
parent fba1525ff6
commit 216812be22
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 5 additions and 1 deletions

View file

@ -39,7 +39,7 @@ in
'';
shellAliases = {
vim = "hx";
ls = "eza -lh --icons --git";
ls = "eza -lah --icons --git";
lss = "ls --total-size";
};
plugins = with pkgs.fishPlugins; [

View file

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