Add ruff to devshell
All checks were successful
test / test (push) Successful in 48s
build / build (push) Successful in 2m6s

This commit is contained in:
2024-10-11 23:52:49 +02:00
parent f81bf8c4df
commit 8441d90deb

View File

@@ -54,6 +54,7 @@
inputsFrom = [ self.packages.${system}.nixprstatus ];
packages = [
pkgs.poetry
pkgs.ruff
];
};
}