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