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