Fix dev build job
This commit is contained in:
parent
c26debdb99
commit
2a62b62120
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue