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