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