From 9b654236ff9d58566aa9c4b5c9aba0f26bd6482c Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Mon, 16 Dec 2024 13:34:28 +0100 Subject: [PATCH 1/3] chore: update narHash of keys for user jost-s --- flake.lock | 2 +- flake.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 0adfd41..27a5eb0 100644 --- a/flake.lock +++ b/flake.lock @@ -842,7 +842,7 @@ "keys_jost-s": { "flake": false, "locked": { - "narHash": "sha256-B3Er8Ek9wzun9ziCWw2GmFlfOJrzCPqBRai2p6F2kjU=", + "narHash": "sha256-JNZErBxmtzjfIYaPE2qD0YWOwI8yZFljSL8uQeReneo=", "type": "file", "url": "https://github.com/jost-s.keys" }, diff --git a/flake.nix b/flake.nix index 7553813..c7d847d 100644 --- a/flake.nix +++ b/flake.nix @@ -67,6 +67,7 @@ url = "https://github.com/steveej.keys"; flake = false; }; + keys_jost-s = { url = "https://github.com/jost-s.keys"; flake = false; From 6cf225218a1fd747c05be9b997fc889dbcdbd117 Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Mon, 16 Dec 2024 13:36:31 +0100 Subject: [PATCH 2/3] chore: add keys for user cdunster --- flake.lock | 13 +++++++++++++ flake.nix | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/flake.lock b/flake.lock index 27a5eb0..5f2485e 100644 --- a/flake.lock +++ b/flake.lock @@ -839,6 +839,18 @@ "url": "https://github.com/artbrock.keys" } }, + "keys_cdunster": { + "flake": false, + "locked": { + "narHash": "sha256-wxcx/D4RkGsmmEg9ktriHR/PZO7jFFQv1ROg5/+s0VE=", + "type": "file", + "url": "https://github.com/cdunster.keys" + }, + "original": { + "type": "file", + "url": "https://github.com/cdunster.keys" + } + }, "keys_jost-s": { "flake": false, "locked": { @@ -1467,6 +1479,7 @@ "holochain-versions": "holochain-versions", "home-manager": "home-manager", "keys_artbrock": "keys_artbrock", + "keys_cdunster": "keys_cdunster", "keys_jost-s": "keys_jost-s", "keys_r-vdp": "keys_r-vdp", "keys_steveej": "keys_steveej", diff --git a/flake.nix b/flake.nix index c7d847d..76275ff 100644 --- a/flake.nix +++ b/flake.nix @@ -73,6 +73,11 @@ flake = false; }; + keys_cdunster = { + url = "https://github.com/cdunster.keys"; + flake = false; + }; + # hash mismatch 2024/02/29 # keys_maackle = { # url = "https://github.com/maackle.keys"; From 4ab4090ff522b0dcffa345abc0d8ba6159b0c7be Mon Sep 17 00:00:00 2001 From: Callum Dunster Date: Mon, 16 Dec 2024 13:55:15 +0100 Subject: [PATCH 3/3] chore: fix typo in trusted user `cdunster` --- applications/postbuildstepper/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/postbuildstepper/src/lib.rs b/applications/postbuildstepper/src/lib.rs index dfa5136..894dce5 100644 --- a/applications/postbuildstepper/src/lib.rs +++ b/applications/postbuildstepper/src/lib.rs @@ -297,7 +297,7 @@ pub mod business { "evangineer", // devs "ThetaSinner", - "cduster", + "cdunster", "zippy", "JettTech", "mattgeddes",