5 lines
124 B
Nix
5 lines
124 B
Nix
{pkgs, ...}:
|
|
pkgs.writeShellApplication {
|
|
name = "connect-to-mercury";
|
|
text = builtins.readFile ./connect-to-mercury;
|
|
}
|