mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
binary-ninja-personal: add update script
This commit is contained in:
parent
eb97793123
commit
934f008608
2 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,6 @@
|
|||
}:
|
||||
|
||||
let
|
||||
# curl -O https://binary.ninja/js/hashes.js
|
||||
hjs = builtins.fromJSON (builtins.readFile ./hashes.js);
|
||||
|
||||
in
|
||||
|
|
5
pkgs/binary-ninja-personal/update.sh
Executable file
5
pkgs/binary-ninja-personal/update.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd "$(dirname "$BASH_SOURCE")"
|
||||
|
||||
curl -O https://binary.ninja/js/hashes.js
|
Loading…
Reference in a new issue