Update from updated-inputs-2025-05-07-01-03
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -551,11 +551,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1746328495,
|
"lastModified": 1746461020,
|
||||||
"narHash": "sha256-uKCfuDs7ZM3QpCE/jnfubTg459CnKnJG/LwqEVEdEiw=",
|
"narHash": "sha256-7+pG1I9jvxNlmln4YgnlW4o+w0TZX24k688mibiFDUE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "979daf34c8cacebcd917d540070b52a3c2b9b16e",
|
"rev": "3730d8a308f94996a9ba7c7138ede69c1b9ac4ae",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
11
pkgs/pull-scans/pull-scan.sh
Executable file
11
pkgs/pull-scans/pull-scan.sh
Executable file
@@ -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}"
|
Reference in New Issue
Block a user