mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
remove all-features devshell
It's no longer necessary since it's equivalent to the default-features one now. The `DIRENV_DEVSHELL` thing is left in place however in case that becomes useful again in the future.
This commit is contained in:
parent
e6dbc293f1
commit
b5294f9aa0
3 changed files with 0 additions and 34 deletions
|
|
@ -121,9 +121,6 @@
|
|||
);
|
||||
|
||||
devShells.default = (mkScope pkgs).shell;
|
||||
devShells.all-features = ((mkScope pkgs).overrideDefaultPackage {
|
||||
all-features = true;
|
||||
}).shell;
|
||||
}
|
||||
)
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue