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:
parent
a007338b34
commit
ad39a34c16
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue