krebs/5pkgs: import directory contents as overlays
This commit is contained in:
parent
9874109230
commit
00b9970aae
|
@ -1,10 +1,13 @@
|
||||||
pkgs: oldpkgs:
|
pkgs: oldpkgs:
|
||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
{}
|
|
||||||
// import ./haskell pkgs oldpkgs
|
foldl' mergeAttrs {}
|
||||||
// import ./simple pkgs oldpkgs
|
(map
|
||||||
// import ./test pkgs oldpkgs
|
(name: import (./. + "/${name}") pkgs oldpkgs)
|
||||||
// import ./writers.nix pkgs oldpkgs
|
(filter
|
||||||
|
(name: name != "default.nix" && !hasPrefix "." name)
|
||||||
|
(attrNames (readDir ./.))))
|
||||||
|
|
||||||
// {
|
// {
|
||||||
ReaktorPlugins = pkgs.callPackage ./simple/Reaktor/plugins.nix {};
|
ReaktorPlugins = pkgs.callPackage ./simple/Reaktor/plugins.nix {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue