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