1 2 3 4 5
with import <nixpkgs> {}; mkShell { name = "guile env"; buildInputs = [ pkgs.guile_3_0 ]; }