feat: add programs file, unifdef, doxygen
This commit is contained in:
parent
90dcafe07f
commit
10b9b203a6
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
lib.optionals config.bchmnn.collections.cli-utils.enable [
|
lib.optionals config.bchmnn.collections.cli-utils.enable [
|
||||||
|
pkgs.file # program that shows the type of files
|
||||||
pkgs.pciutils # a collection of programs for inspecting and manipulating configuration of pci devices
|
pkgs.pciutils # a collection of programs for inspecting and manipulating configuration of pci devices
|
||||||
pkgs.usbutils # tools for working with usb devices, such as lsusb
|
pkgs.usbutils # tools for working with usb devices, such as lsusb
|
||||||
pkgs.lshw # provide detailed information on the hardware configuration of the machine
|
pkgs.lshw # provide detailed information on the hardware configuration of the machine
|
||||||
|
|
@ -39,6 +40,8 @@
|
||||||
pkgs.gcc13
|
pkgs.gcc13
|
||||||
pkgs.clang
|
pkgs.clang
|
||||||
pkgs.universal-ctags # a maintained ctags implementation
|
pkgs.universal-ctags # a maintained ctags implementation
|
||||||
|
pkgs.unifdef # selectively remove c preprocessor conditionals
|
||||||
|
pkgs.doxygen # source code documentation generator tool
|
||||||
pkgs.rustc
|
pkgs.rustc
|
||||||
pkgs.cargo # downloads your rust project's dependencies and builds your project
|
pkgs.cargo # downloads your rust project's dependencies and builds your project
|
||||||
pkgs.go # go programming language
|
pkgs.go # go programming language
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue