aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/update.yml2
-rw-r--r--flake/devshell.nix1
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;
};
};
};