mirror of
https://gitlab.com/TECHNOFAB/soonix.git
synced 2026-02-02 15:25:05 +01:00
feat!: add cli with update and list subcommands + gitignore param
This commit is contained in:
parent
56f281eea4
commit
b39e16ec3c
6 changed files with 201 additions and 84 deletions
|
|
@ -14,7 +14,7 @@ in
|
|||
data = {
|
||||
extends = ["config:recommended"];
|
||||
postUpgradeTasks.commands = [
|
||||
"nix-portable nix run .#soonix:update"
|
||||
"nix-portable nix run .#soonix -- update --skip-gitignore"
|
||||
];
|
||||
lockFileMaintenance = {
|
||||
enabled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue