packages.server: add toilet

This commit is contained in:
陈浩南 2024-03-31 12:05:41 +08:00
parent 83af1576f1
commit 986dee8d7a

View File

@ -49,6 +49,8 @@ inputs:
# library
fmt fmt.dev localPackages.nameof localPackages.matplotplusplus highfive hdf5 hdf5.dev
eigen (runCommand "eigen" {} "mkdir $out; ln -s ${eigen}/include/eigen3 $out/include")
# stupid things
toilet
]
++ (with inputs.config.boot.kernelPackages; [ cpupower usbip ])
++ (inputs.lib.optional (inputs.config.nixos.system.nixpkgs.arch == "x86_64") rar);