From fb815becf7423e57f539cad5cb94e09d2170863a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 17 Jan 2023 10:59:39 -0800 Subject: [PATCH] add minisign to nix deps --- flake.nix | 1 + update | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9fc6703..30c20db 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,7 @@ nativeBuildInputs = with pkgs; [ curl jq + minisign python3Full ]; }; diff --git a/update b/update index 57e0d64..2bf9db5 100755 --- a/update +++ b/update @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#! nix-shell -p curl jq python3Full -i sh +#! nix-shell -p curl jq minisign python3Full -i sh set -e # Build our new sources.json