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