Merge pull request #218990 from SuperSandro2000/dgraph
dgraph: use --prefix to prefix PATH
This commit is contained in:
commit
598cf2090c
@ -12,7 +12,7 @@ let
|
||||
''
|
||||
mkdir -p $out/bin
|
||||
makeWrapper ${cfg.package}/bin/dgraph $out/bin/dgraph \
|
||||
--set PATH '${lib.makeBinPath [ pkgs.nodejs ]}:$PATH' \
|
||||
--prefix PATH : "${lib.makeBinPath [ pkgs.nodejs ]}" \
|
||||
'';
|
||||
securityOptions = {
|
||||
NoNewPrivileges = true;
|
||||
|
Loading…
Reference in New Issue
Block a user