summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/tools/dev.nix
blob: 42006eb224ee9e0aa7a8ebc6976e6f64fe43ca10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ pkgs, ... }:

{
  krebs.per-user.makefu.packages = with pkgs;[
    python35Packages.virtualenv
    # embedded
    flashrom
    mosquitto
    libcoap
    nodemcu-uploader
    esptool
    cac-api
    cac-panel
    ovh-zone
    whatsupnix
    brain
    gen-oath-safe
  ];
}