fix(flake): switch to github ref
Some checks failed
/ build (push) Successful in 2s
/ check (push) Failing after 19s
/ report-size (push) Has been cancelled

Switch from a flake ref to a github ref as renovate cannot resolve flake
refs, and they are slightly impure.
This commit is contained in:
Jalil David Salamé Messina 2024-12-29 17:41:25 +01:00
parent 2ba6277778
commit 8b6c2ca462
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -24,10 +24,20 @@
"fileMatch": [
"(^|/)flake\\.nix$"
],
"commitMessageTopic": "flake inputs",
"commitMessageTopic": "nixpkgs",
"commitMessageExtra": "to {{newValue}}",
"enabled": true
},
"lockFileMaintenance": {
"enabled": true,
"recreateWhen": "always",
"rebaseStalePrs": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"schedule": [
"* 0-1 * * *"
]
},
"automergeSchedule": [
"* 0-1 * * *"
]