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