overrides/nodejs/electron/print-hashes.sh: add hint where to add this

This commit is contained in:
Jörg Thalheim 2022-01-05 21:36:31 +01:00
parent 39adff861f
commit 708b32622c

View File

@ -25,6 +25,7 @@ headers="$(nix-prefetch-url "https://atom.io/download/electron/v${VERSION}/node-
# Entry similar to the following goes in default.nix:
echo "Add the following lines to dream2nix/overrides/nodejs/default.nix:\n"
echo " \"${VERSION}\" = {"
for S in "${!SYSTEMS[@]}"; do