Skip to content

Commit 35c495a

Browse files
committed
fix(nix): Disable cross platforms in devShells
1 parent de1f6ee commit 35c495a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
weeder
194194
];
195195
shell.withHoogle = true;
196+
shell.crossPlatforms = _: [];
196197

197198
modules = [
198199
({ lib, pkgs, ... }: {

0 commit comments

Comments
 (0)