summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:42:04 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:42:04 +0200
commitb2d275e8a8622697eeaa502a1f72dea9c468dfe3 (patch)
treee9ea3c23da50dcb8dc2b3e52ca4f7f3deefc5d6b /hel.nix
parentd227faaadebc7b0ea38d7375802413636a85cbf1 (diff)
downloadnixos-b2d275e8a8622697eeaa502a1f72dea9c468dfe3.tar
nixos-b2d275e8a8622697eeaa502a1f72dea9c468dfe3.tar.gz
nixos-b2d275e8a8622697eeaa502a1f72dea9c468dfe3.tar.bz2
nixos-b2d275e8a8622697eeaa502a1f72dea9c468dfe3.tar.xz
nixos-b2d275e8a8622697eeaa502a1f72dea9c468dfe3.zip
switched odin back to e
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/hel.nix b/hel.nix
index 5791e49c..8f39eb98 100644
--- a/hel.nix
+++ b/hel.nix
@@ -136,9 +136,6 @@
136 ''; 136 '';
137 commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" ]; 137 commandPath = [ "${pkgs.callPackage ./hel/recv-media.nix {}}/bin" ];
138 defaultCommands = []; 138 defaultCommands = [];
139 protocols = {
140 "isaac" = "g";
141 };
142 commands = { 139 commands = {
143 "isaac" = ["recv-media"]; 140 "isaac" = ["recv-media"];
144 }; 141 };