From 216812be22a34412607a3c3c66ec60b6791fb840 Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Sun, 26 Jan 2025 01:48:33 +0100 Subject: [PATCH] nixberry: add hostplatform --- modules/home/apps/cli-apps/fish/default.nix | 2 +- systems/aarch64-linux/nixberry/default.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home/apps/cli-apps/fish/default.nix b/modules/home/apps/cli-apps/fish/default.nix index 7a4e220..3be822f 100644 --- a/modules/home/apps/cli-apps/fish/default.nix +++ b/modules/home/apps/cli-apps/fish/default.nix @@ -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; [ diff --git a/systems/aarch64-linux/nixberry/default.nix b/systems/aarch64-linux/nixberry/default.nix index 6c855c7..7298601 100644 --- a/systems/aarch64-linux/nixberry/default.nix +++ b/systems/aarch64-linux/nixberry/default.nix @@ -32,6 +32,10 @@ in users.groups.remotebuild = { }; + nixpkgs.hostPlatform = { + system = "aarch64-linux"; + }; + nix = { nrBuildUsers = 64; settings = {