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:
Charles Hall 2025-07-24 14:56:18 -07:00
parent e6dbc293f1
commit b5294f9aa0
3 changed files with 0 additions and 34 deletions

View file

@ -121,9 +121,6 @@
);
devShells.default = (mkScope pkgs).shell;
devShells.all-features = ((mkScope pkgs).overrideDefaultPackage {
all-features = true;
}).shell;
}
)
//