Skip to content

Commit 9eefc23

Browse files
committed
build(per-system): only add fractopo dependencies to devShell py env
1 parent f09365e commit 9eefc23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/overlays.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676

7777
pythonEnv = final.python3.withPackages (
7878
p:
79-
[ p.fractopo.passthru.no-check ]
79+
p.fractopo.dependencies
8080
++ p.fractopo.optional-dependencies.dev
8181
++ p.fractopo.optional-dependencies.api
8282
);

0 commit comments

Comments
 (0)