commit 1595943906fc91e6de94a4d6220f24609c63e081
parent 21d1a3379dd4891b8b974099cde30ceb21b12306
Author: Francesco Saccone <francesco@francescosaccone.com>
Date: Tue, 18 Mar 2025 15:43:58 +0100
build: add openpgp-key input
Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>
Diffstat:
2 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -57,6 +57,18 @@
"type": "github"
}
},
+ "openpgp-key": {
+ "flake": false,
+ "locked": {
+ "narHash": "sha256-Oz+cHPKOt3PAzxxZQUkmOmRkKmwTAMn9NIu4RdbGX+8=",
+ "type": "file",
+ "url": "https://francescosaccone.com/public/francescosaccone.asc"
+ },
+ "original": {
+ "type": "file",
+ "url": "https://francescosaccone.com/public/francescosaccone.asc"
+ }
+ },
"password-store": {
"flake": false,
"locked": {
@@ -78,6 +90,7 @@
"disko": "disko",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
+ "openpgp-key": "openpgp-key",
"password-store": "password-store",
"site": "site",
"treefmt-nix": "treefmt-nix"
diff --git a/flake.nix b/flake.nix
@@ -17,6 +17,10 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
+ openpgp-key = {
+ url = "https://francescosaccone.com/public/francescosaccone.asc";
+ flake = false;
+ };
password-store = {
url = "git://francescosaccone.com/password-store";
flake = false;