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