empty: move to krebs/5pkgs/simple

This commit is contained in:
tv 2017-05-24 01:49:36 +02:00
parent f0b98bd011
commit 17df5f0c45
2 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,6 @@ with import <stockholm/lib>;
// import ./simple pkgs oldpkgs
// import ./writers.nix pkgs oldpkgs
// {
empty = pkgs.runCommand "empty-1.0.0" {} "mkdir $out";
haskellPackages = oldpkgs.haskellPackages.override {
overrides = self: super:
mapAttrs (name: path: self.callPackage path {})

View File

@ -0,0 +1,2 @@
{ pkgs }:
pkgs.runCommand "empty-1.0.0" {} "mkdir $out"