mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 19:40:14 +00:00
add osc for copy paste over ssh
This commit is contained in:
15
overlays/osc.nix
Normal file
15
overlays/osc.nix
Normal file
@ -0,0 +1,15 @@
|
||||
inputs: _final: prev: {
|
||||
|
||||
osc = prev.buildGoModule {
|
||||
pname = "osc";
|
||||
version = "v0.4.4";
|
||||
src = inputs.osc;
|
||||
|
||||
vendorHash = "sha256-VEzVd1LViMtqhQaltvGuupEemV/2ewMuVYjGbKOi0iw=";
|
||||
|
||||
ldflags = [
|
||||
"-s"
|
||||
"-w"
|
||||
];
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user