add a 'no-features' devshell for local testing
This commit is contained in:
parent
c0f8253fc5
commit
17cc02ff99
1 changed files with 4 additions and 0 deletions
|
@ -192,5 +192,9 @@
|
|||
(scopeHostStatic.overrideScope (final: prev: {
|
||||
main = prev.main.override { all_features = true; };
|
||||
}));
|
||||
devShells.no-features = mkDevShell
|
||||
(scopeHostStatic.overrideScope (final: prev: {
|
||||
main = prev.main.override { default_features = false; };
|
||||
}));
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue