nixbld: install gdb system-wide

tecpak
Sebastien Bourdeauducq 2019-09-30 10:32:49 +08:00
parent e694e32c08
commit e05fd797fd
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ in
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
wget vim git file lm_sensors acpi pciutils psmisc xc3sprog openocd telnet whois zip unzip
wget vim git file lm_sensors acpi pciutils psmisc xc3sprog openocd gdb telnet whois zip unzip
irssi tmux adoptopenjdk-openj9-bin-11 tigervnc xorg.xauth icewm xterm xorg.xsetroot usbutils virtmanager imagemagick jq
];