empty: move to krebs/5pkgs/simple
This commit is contained in:
parent
f0b98bd011
commit
17df5f0c45
@ -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 {})
|
||||
|
2
krebs/5pkgs/simple/empty.nix
Normal file
2
krebs/5pkgs/simple/empty.nix
Normal file
@ -0,0 +1,2 @@
|
||||
{ pkgs }:
|
||||
pkgs.runCommand "empty-1.0.0" {} "mkdir $out"
|
Loading…
Reference in New Issue
Block a user