diff options
author | makefu <github@syntax-fehler.de> | 2015-10-26 00:02:51 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-10-26 00:02:51 +0100 |
commit | cb1b101dfa2c8e0aa9a3ef0c64788912e0148085 (patch) | |
tree | 88f5351dbf3bbffe98b15adce3d1dc1647b1ce95 /makefu/5pkgs/default.nix | |
parent | 642583145200f5a2cb8be1b38707e2b2ea3dc3e5 (diff) |
tinc_graphs: clean up mv {makefu,krebs}
Diffstat (limited to 'makefu/5pkgs/default.nix')
-rw-r--r-- | makefu/5pkgs/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/makefu/5pkgs/default.nix b/makefu/5pkgs/default.nix index 7945b6ebd..b9661e1cd 100644 --- a/makefu/5pkgs/default.nix +++ b/makefu/5pkgs/default.nix @@ -7,6 +7,5 @@ in alsa-hdspmixer = callPackage ./alsa-tools { alsaToolTarget="hdspmixer";}; alsa-hdspconf = callPackage ./alsa-tools { alsaToolTarget="hdspconf";}; alsa-hdsploader = callPackage ./alsa-tools { alsaToolTarget="hdsploader";}; - tinc_graphs = callPackage ./tinc_graphs {}; awesomecfg = callPackage ./awesomecfg {}; } |