Skip to content

Commit d0ec90c

Browse files
committed
➕ Add pytest to shell.nix
1 parent 9d27718 commit d0ec90c

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

shell.nix

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ with pkgs;
66
mkShell {
77
name = "pyrime";
88
buildInputs = [
9-
meson
10-
ninja
11-
pkg-config
129
librime
10+
1311
stdenv.cc
12+
pkg-config
13+
meson
14+
ninja
15+
1416
(python3.withPackages (
1517
p: with p; [
16-
cython
1718
build
19+
pytest
20+
pytest-pudb
21+
pudb
22+
23+
cython
1824
]
1925
))
2026
];

0 commit comments

Comments
 (0)