Fix nix-shell packages for lynx->curl
This commit is contained in:
parent
291eae81ff
commit
098c442674
@ -73,7 +73,7 @@ let
|
|||||||
|
|
||||||
passthru.updateScript = writeScript "update-aspellDict-${language}" ''
|
passthru.updateScript = writeScript "update-aspellDict-${language}" ''
|
||||||
#!/usr/bin/env nix-shell
|
#!/usr/bin/env nix-shell
|
||||||
#!nix-shell -i bash -p nix lynx gnused common-updater-scripts
|
#!nix-shell -i bash -p nix curl gnused common-updater-scripts
|
||||||
set -eu -o pipefail
|
set -eu -o pipefail
|
||||||
|
|
||||||
# List tarballs in the dictionary's subdirectory via HTTPS and
|
# List tarballs in the dictionary's subdirectory via HTTPS and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user