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