feat!: add cli with update and list subcommands + gitignore param

This commit is contained in:
technofab 2026-01-05 21:39:41 +01:00
parent 56f281eea4
commit b39e16ec3c
Signed by: technofab
SSH key fingerprint: SHA256:bV4h88OqS/AxjbPn66uUdvK9JsgIW4tv3vwJQ8tpMqQ
6 changed files with 201 additions and 84 deletions

View file

@ -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;