Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 0ffe26b

Browse files
authored
Merge pull request #1193 from backuitist/master
README Nix - replace old.postFixup -> postFixup
2 parents 7bf8f7e + 4a3f62e commit 0ffe26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ in
311311
packageOverrides = pkgs: rec {
312312
313313
vscode = pkgs.vscode.overrideDerivation (old: {
314-
postFixup = old.postFixup + ''
314+
postFixup = ''
315315
wrapProgram $out/bin/code --prefix PATH : ${lib.makeBinPath [hie]}
316316
'';
317317
});

0 commit comments

Comments
 (0)