mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
binaryninja: fix hashes file name
This commit is contained in:
parent
cec53481de
commit
e5126334c8
3 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
hjs = builtins.fromJSON (builtins.readFile ./hashes.js);
|
||||
hjs = builtins.fromJSON (builtins.readFile ./hashes.json);
|
||||
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
cd "$(dirname "$BASH_SOURCE")"
|
||||
|
||||
curl -O https://binary.ninja/js/hashes.js
|
||||
curl https://binary.ninja/js/hashes.js -o hashes.json
|
||||
|
|
Loading…
Reference in a new issue