fix(flake): switch to github ref
Switch from a flake ref to a github ref as renovate cannot resolve flake refs, and they are slightly impure. This shows some issues with the previous patch to the bind module which we fix.
This commit is contained in:
parent
2ba6277778
commit
6a1feb2612
2 changed files with 64 additions and 50 deletions
|
@ -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 * * *"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue