Fix dev build job

This commit is contained in:
Sander van der Burg 2020-03-31 23:16:47 +02:00 committed by Sander van der Burg
parent c26debdb99
commit 2a62b62120

View file

@ -16,7 +16,7 @@ in
dev = pkgs.lib.genAttrs systems (system: (import ./default.nix {
inherit pkgs system;
}).override (oldAttrs: {
buildInputs = oldAttrs.buildInputs ++ [ pkgs.graphviz ];
buildInputs = [ pkgs.graphviz ];
executable = true;
postInstall = ''
vendor/bin/phpdoc