mirror of
https://gitlab.com/TECHNOFAB/nixtest.git
synced 2025-12-16 03:53:54 +01:00
23 lines
372 B
Text
23 lines
372 B
Text
{
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"gitlabci": {
|
|
"enabled": false
|
|
},
|
|
"lockFileMaintenance": {
|
|
"enabled": true,
|
|
"extends": [
|
|
"schedule:monthly"
|
|
]
|
|
},
|
|
"nix": {
|
|
"enabled": true
|
|
},
|
|
"postUpgradeTasks": {
|
|
"commands": [
|
|
"nix-portable nix run .#update-package",
|
|
"nix-portable nix run .#soonix:update"
|
|
]
|
|
}
|
|
}
|