1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-08 18:46:02 +03:00

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; [
curl
jq
minisign
python3Full
];
};