commit
789b419d65
1 changed files with 4 additions and 1 deletions
|
@ -7835,7 +7835,10 @@ with pkgs;
|
|||
|
||||
choose = callPackage ../tools/text/choose { };
|
||||
|
||||
d2 = callPackage ../tools/text/d2 { };
|
||||
d2 = callPackage ../tools/text/d2 {
|
||||
# Failed tests
|
||||
buildGoModule = buildGo121Module;
|
||||
};
|
||||
|
||||
ddev = callPackage ../applications/virtualization/ddev { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue