chore(flake): update flake lock, remove devenv input

This commit is contained in:
2026-03-29 13:32:19 +02:00
parent 3525ca37bf
commit b321172044
4 changed files with 168 additions and 943 deletions

View File

@@ -128,7 +128,10 @@ in {
"dist/"
];
signing = {
format = if cfg.publicKeyFile != null then "ssh" else "openpgp";
format =
if cfg.publicKeyFile != null
then "ssh"
else "openpgp";
key = cfg.publicKeyFile;
signByDefault = true;
};