mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 18:24:53 +00:00
9 lines
200 B
Bash
Executable File
9 lines
200 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash -p nix-update
|
|
|
|
set -euox pipefail
|
|
|
|
nix-update python3Packages.cryptodatahub
|
|
nix-update python3Packages.cryptoparser
|
|
nix-update python3Packages.cryptolyzer
|