nixpkgs/pkgs/by-name/kr/kryptor/update.sh
2024-12-10 00:55:48 +01:00

7 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)