Files
util.nix/legacy/helper/default.nix

4 lines
67 B
Nix

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