add minisign to nix deps

This commit is contained in:
Mitchell Hashimoto 2023-01-17 10:59:39 -08:00
parent 73093254a3
commit fb815becf7
No known key found for this signature in database
GPG key ID: 523D5DC389D273BC
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
curl curl
jq jq
minisign
python3Full python3Full
]; ];
}; };

2
update
View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#! nix-shell -p curl jq python3Full -i sh #! nix-shell -p curl jq minisign python3Full -i sh
set -e set -e
# Build our new sources.json # Build our new sources.json