Revert "cask: init"

This reverts commit 5bede1a252.

This commit never actually wrapped cask, so it can be safely removed.

see https://github.com/NixOS/nixpkgs/pull/42419
This commit is contained in:
Herwig Hochleitner
2018-07-14 14:17:16 +02:00
parent e805874891
commit a6f0ff33b5
2 changed files with 0 additions and 12 deletions

View File

@@ -1,10 +0,0 @@
{ emacsPackages, writeScriptBin }:
let
cask = emacsPackages.cask;
in writeScriptBin "cask" ''
#!/bin/sh
exec ${cask}/bin/cask $@
''