fix builder stuff

This commit is contained in:
GammaKinematics 2026-03-30 16:03:17 +07:00
parent 90cff4f16a
commit 43998b73d7
5 changed files with 184 additions and 96 deletions

View file

@ -10,17 +10,32 @@
substituters = [
"https://cache.nixos.org"
"https://cache.axiomania.org/main"
"https://axium.cachix.org"
];
trusted-public-keys = [
"main:Uz5F0MbXItVx2XCmBbEAMmQ0T6+DZDgLaXWalh1k++o="
"axium.cachix.org-1:BfzPfRTbbCYmaQrVLSWchgsR4ScA9ZCZ389FyWspUH8="
];
};
programs.tmux = {
enable = true;
extraConfig = "set -g mouse on";
};
environment.systemPackages = with pkgs; [
git
tmux
attic-client
cachix
vim
htop
curl
jq
file
binutils # readelf, objdump, nm, strings, size
patchelf
zip
unzip
];
}