shithub: neindaw

ref: db328d440497a5d2b0292b55f9ceb77e5eb9a0e8
dir: /nix/shell.nix/

View raw version
{ pkgs ? import <nixpkgs> {} }:

with pkgs; mkShell {
  buildInputs = [
    (callPackage ./faust2.nix {})
    graphviz
    gcc
  ];
}