nixvimConfig/helperLib/syncthing.nix

3 lines
53 B
Nix

{}: {
getSyncthingDevices = x: trace "foobar" x;
}