Enable Renovate nix support with flake.lock maintenance

This lets Renovate periodically refresh flake.lock, keeping the
nixpkgs and agru inputs of the development shell up to date.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Slavi Pantaleev
2026-07-12 17:04:48 +03:00
parent 8368b21e6d
commit aa97075f11
+6
View File
@@ -36,5 +36,11 @@
],
"pre-commit": {
"enabled": true
},
"nix": {
"enabled": true,
"lockFileMaintenance": {
"enabled": true
}
}
}