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