Skip to content

Commit 64aff1d

Browse files
committed
refactor: tidy up project directory
1 parent 9346b2c commit 64aff1d

File tree

9 files changed

+22
-566
lines changed

9 files changed

+22
-566
lines changed

nix/dev-shells.nix

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,16 @@ in {
4141
pkgs.mkShell {
4242
buildInputs = check.enabledPackages;
4343

44-
packages = [
45-
(editablePythonSet.mkVirtualEnv "proselint-env" {proselint = ["test" "dev" "web"];})
46-
47-
pkgs.git-cliff
48-
pkgs.typos
49-
pkgs.uv
50-
];
44+
packages =
45+
[(editablePythonSet.mkVirtualEnv "proselint-env" {proselint = ["test" "dev" "web"];})]
46+
++ (with pkgs; [
47+
git-cliff
48+
prettier
49+
nodejs
50+
typos
51+
pnpm
52+
uv
53+
]);
5154

5255
env = {
5356
UV_NO_SYNC = "1";

0 commit comments

Comments
 (0)