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