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