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:
@@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user