Make adopt the default bundler
This commit is contained in:
parent
c57023b567
commit
76af140204
|
@ -33,7 +33,8 @@
|
|||
maintainerToString = m: "${m.name} (${m.email})";
|
||||
drvToString = drv: "${drv.name}";
|
||||
};
|
||||
bundlers."x86_64-linux" = with self.lib; {
|
||||
bundlers."x86_64-linux" = with self.lib; rec {
|
||||
default = adopt;
|
||||
maintainers = drv: let
|
||||
deps = buildtimeDerivations drv;
|
||||
drvs = map (dep: dep.drv) deps;
|
||||
|
|
Loading…
Reference in New Issue