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
parent b4c1c0df7d
commit 6a1cbe7ede
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4

View file

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