Files
hearth/legacy/helper/default.nix
T

4 lines
67 B
Nix

{ callPackage }: {
posix-shell = callPackage ./posix-shell {};
}