https://github.com/NixOS/nix/issues/5532 has changed things from defaultPackage to packages.default, and devShell to devShells.default. flake-compat should presumably search those paths first. And maybe print a deprecation warning if people are still using defaultPackage/devShell?
https://github.com/NixOS/nix/issues/5532 has changed things from
defaultPackage
topackages.default
, anddevShell
todevShells.default
. flake-compat should presumably search those paths first. And maybe print a deprecation warning if people are still usingdefaultPackage
/devShell
?