forked from hinterland/hearth
4 lines
67 B
Nix
4 lines
67 B
Nix
{ callPackage }: {
|
|
posix-shell = callPackage ./posix-shell {};
|
|
}
|