Skip to content

Commit 70fa9f7

Browse files
committed
Let's see how terrible this breaks. I'm a bit concerned this will fail to eval on linux after, but let's see.
1 parent e94c4e2 commit 70fa9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
license = pkgs.lib.licenses.asl20;
249249
platforms = pkgs.lib.platforms.unix;
250250
};
251-
})) devShellsWithEvalOnLinux) // {
251+
})) devShells) // {
252252
};
253253
packages.cabalProjectLocal.static = (import ./quirks.nix { pkgs = static-pkgs; static = true; }).template;
254254
packages.cabalProjectLocal.cross-js = (import ./quirks.nix { pkgs = js-pkgs; }).template;

0 commit comments

Comments
 (0)