depot/third_party/nixpkgs/pkgs/by-name/kr/kryptor/update.sh

6 lines
175 B
Bash
Executable file

#!/usr/bin/env nix-shell
#!nix-shell --pure -i bash -p bash nix nix-update git cacert
set -euo pipefail
nix-update kryptor
$(nix-build . -A kryptor.fetch-deps --no-out-link)