_: { perSystem = { pkgs, ... }: { devShells = { default = pkgs.callPackage ./default { }; }; }; }