We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff7230 commit 9a132a3Copy full SHA for 9a132a3
package-sets/top-level/nixos-branding/npm-package/package.nix
@@ -70,10 +70,5 @@ stdenvNoCC.mkDerivation {
70
71
cp -RL -r ${all-artifacts}/* $out/artifacts/
72
cp ${nixos-color-palette-tailwind}/tailwind.js $out/colors/tailwind.js
73
-
74
- cat > $out/.npmrc <<EOF
75
- //npm.pkg.github.com/:_authToken=$\{NODE_AUTH_TOKEN\}
76
- registry=https://npm.pkg.github.com/
77
- EOF
78
'';
79
}
0 commit comments