Files
to-hen/name-eugenics/shell.nix

5 lines
77 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [ pkgs.chez ];
}