empty: init at 1.0.0

This commit is contained in:
tv 2016-06-07 22:51:35 +02:00
parent a3644a38a5
commit f90f8dc000

View file

@ -20,6 +20,8 @@ with config.krebs.lib;
(filterAttrs (_: dir.has-default-nix)
(subdirsOf ./.))
// {
empty = pkgs.runCommand "empty-1.0.0" {} "mkdir $out";
haskellPackages = pkgs.haskellPackages.override {
overrides = self: super:
mapAttrs (name: path: self.callPackage path {})