add a dynamically-linked devshell

This is broken on linux, but can be used by darwin users for development,
since static/jemalloc/darwin is broken.
This commit is contained in:
Benjamin Lee 2024-05-23 20:41:23 -07:00 committed by June 🍓🦴
parent a007338b34
commit ad39a34c16

View file

@ -198,5 +198,6 @@
(scopeHostStatic.overrideScope (final: prev: {
main = prev.main.override { default_features = false; };
}));
devShells.dynamic = mkDevShell scopeHost;
});
}