stockholm/makefu/2configs/tools/dev.nix

20 lines
273 B
Nix
Raw Normal View History

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