Skip to content

Commit

Permalink
Update pkgs/by-name/de/devcontainer/package.nix
Browse files Browse the repository at this point in the history
Co-authored-by: P. <WolfangAukang@users.noreply.github.com>
  • Loading branch information
Rucadi and WolfangAukang committed Apr 6, 2024
1 parent e248737 commit 128aee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/de/devcontainer/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ stdenv.mkDerivation rec {
'';

postInstall = ''
makeWrapper "${nodejs}/bin/node" "$out/bin/devcontainer" --add-flags "$out/libexec/devcontainer.js" \
--prefix PATH : ${lib.makeBinPath [ git docker docker-compose ]}
makeWrapper "${nodejs}/bin/node" "$out/bin/devcontainer" \
--add-flags "$out/libexec/devcontainer.js" \
--prefix PATH : ${lib.makeBinPath [ git docker docker-compose ]}
'';

distPhase = "true";
Expand Down

0 comments on commit 128aee9

Please sign in to comment.