ref: bc7d0ea1cbe5e22f9a974ecf9ca5af54e755bea1 dir: /shell.nix/
{ pkgs ? import <nixpkgs> {} }: with pkgs; mkShell { packages = with pkgs; [ nix-prefetch-github ]; inputsFrom = [ (import ./default.nix {}).m8c-dev ]; }