aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix')
-rw-r--r--nix/flake/devshell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/flake/devshell.nix b/nix/flake/devshell.nix
index 79bb2f9..b008849 100644
--- a/nix/flake/devshell.nix
+++ b/nix/flake/devshell.nix
@@ -81,6 +81,7 @@
shellcheck.enable = true;
shfmt.enable = true;
taplo.enable = true;
+ ruff.enable = true;
# I don't understand why this is causing issues in CI. When
# I run `nix flake check` locally I don't get any issues but
# CI is failing with errors in some of the workflows.