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