ref: d92a4578490a554a34b3e81dd16129c6c96f3dcc dir: /nix/shell.nix/
{ pkgs ? import <nixpkgs> {} }: with pkgs; mkShell { buildInputs = [ (callPackage ./faust2.nix {}) graphviz gcc ]; }