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:
Torjus Håkestad 2024-10-11 23:52:49 +02:00
parent f81bf8c4df
commit 8441d90deb
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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