name-eugenics: import

This commit is contained in:
2026-03-14 07:23:00 +01:00
parent ec9fadb5f9
commit b9522bfc89
2 changed files with 52 additions and 0 deletions

4
name-eugenics/shell.nix Normal file
View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = [ pkgs.chez ];
}