mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-02-05 17:02:48 +02:00
add minisign to nix deps
This commit is contained in:
parent
73093254a3
commit
fb815becf7
2 changed files with 2 additions and 1 deletions
|
@ -43,6 +43,7 @@
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
curl
|
curl
|
||||||
jq
|
jq
|
||||||
|
minisign
|
||||||
python3Full
|
python3Full
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
2
update
2
update
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue