treewide: update everything nix
This commit is contained in:
12
nix/shell.nix
Normal file
12
nix/shell.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
mkShell,
|
||||
python3Packages,
|
||||
ruff,
|
||||
}:
|
||||
|
||||
mkShell {
|
||||
packages = [
|
||||
python3Packages.black
|
||||
ruff
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user