5 lines
113 B
Nix
5 lines
113 B
Nix
{ callPackage }: {
|
|
posix-shell = callPackage ./posix-shell {};
|
|
steam = callPackage ./steam {};
|
|
}
|