We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6898384 commit d9ab876Copy full SHA for d9ab876
pkgs/by-name/ne/netlify-cli/package.nix
@@ -22,6 +22,7 @@ buildNpmPackage rec {
22
23
# Prevent postinstall script from running before package is built
24
# See https://github.com/netlify/cli/blob/v23.9.2/scripts/postinstall.js#L70
25
+ # This currently breaks completions: https://github.com/NixOS/nixpkgs/issues/455005
26
postPatch = ''
27
touch .git
28
'';
0 commit comments