diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-14 08:08:31 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-14 08:08:31 -0800 |
commit | 73e18041c8130927df8f20ca84c87a5884ae8695 (patch) | |
tree | bf0a68b19542a50d8af30b79e005018c303dcd85 | |
parent | flake.lock: Update (diff) | |
download | world-73e18041c8130927df8f20ca84c87a5884ae8695.tar.gz |
test
-rw-r--r-- | .github/workflows/update.yml | 2 | ||||
-rw-r--r-- | flake/devshell.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index db40b20..b6e407b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -3,7 +3,7 @@ name: Nix Autoupdater on: workflow_dispatch: {} schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * *' jobs: update-packages: diff --git a/flake/devshell.nix b/flake/devshell.nix index 7b75417..e641bd3 100644 --- a/flake/devshell.nix +++ b/flake/devshell.nix @@ -41,6 +41,7 @@ # deadnix.enable = true; shellcheck.enable = true; treefmt.enable = true; + yamlfmt.enable = true; }; }; }; |