mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 13:53:24 +00:00
7 lines
175 B
Bash
Executable File
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)
|