From 8d3057758f9039f02f0ac5bc1dbaa2a86903601c Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 6 May 2025 21:43:26 +0200 Subject: [PATCH 1/2] pkgs/pull-scans: Add script --- pkgs/pull-scans/pull-scan.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 pkgs/pull-scans/pull-scan.sh diff --git a/pkgs/pull-scans/pull-scan.sh b/pkgs/pull-scans/pull-scan.sh new file mode 100755 index 0000000..16de846 --- /dev/null +++ b/pkgs/pull-scans/pull-scan.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +TMP=$(mktemp -d) + +scp "carbon.net.clerie.de:/var/lib/scan-to-gpg/*.asc" "${TMP}" + +find "${TMP}" -iname "*.asc" | gpg --decrypt-files + +find "${TMP}" -mindepth 1 -not -iname "*.asc" -type f | xargs mv -t . + +rm -r "${TMP}" From 8bbf7989f2a29e3ac8a26a318f4fcd8c3fdc4004 Mon Sep 17 00:00:00 2001 From: Flake Update Bot Date: Wed, 7 May 2025 03:04:07 +0200 Subject: [PATCH 2/2] Update nixpkgs 2025-05-07-01-03 --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 6d926d2..04c6399 100644 --- a/flake.lock +++ b/flake.lock @@ -551,11 +551,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1745234285, - "narHash": "sha256-GfpyMzxwkfgRVN0cTGQSkTC0OHhEkv3Jf6Tcjm//qZ0=", + "lastModified": 1746461020, + "narHash": "sha256-7+pG1I9jvxNlmln4YgnlW4o+w0TZX24k688mibiFDUE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "c11863f1e964833214b767f4a369c6e6a7aba141", + "rev": "3730d8a308f94996a9ba7c7138ede69c1b9ac4ae", "type": "github" }, "original": {