nixos-config/2configs/tools/dev.nix

19 lines
255 B
Nix
Raw Normal View History

2017-03-01 15:45:50 +01:00
{ pkgs, ... }:
{
krebs.per-user.makefu.packages = with pkgs;[
python35Packages.virtualenv
2017-05-02 14:04:01 +02:00
# embedded
2017-03-01 15:45:50 +01:00
flashrom
2017-05-02 14:04:01 +02:00
mosquitto
libcoap
nodemcu-uploader
esptool
cac-api
cac-panel
2017-06-18 14:00:05 +02:00
ovh-zone
2017-06-26 16:01:36 +02:00
whatsupnix
brain
2017-03-01 15:45:50 +01:00
];
}