dotfiles/packages/solidtime-desktop/package.nix

5 lines
124 B
Nix

{pkgs, ...}:
pkgs.writeShellApplication {
name = "connect-to-mercury";
text = builtins.readFile ./connect-to-mercury;
}