fix(nix): add xclip and wl-copy
This commit is contained in:
@@ -16,6 +16,11 @@
|
|||||||
openssh,
|
openssh,
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
tirith,
|
tirith,
|
||||||
|
|
||||||
|
# linux-only deps
|
||||||
|
wl-clipboard,
|
||||||
|
xclip,
|
||||||
|
|
||||||
# Flake inputs — passed explicitly by packages.nix and overlays.nix
|
# Flake inputs — passed explicitly by packages.nix and overlays.nix
|
||||||
uv2nix,
|
uv2nix,
|
||||||
pyproject-nix,
|
pyproject-nix,
|
||||||
@@ -68,6 +73,10 @@ let
|
|||||||
openssh
|
openssh
|
||||||
ffmpeg
|
ffmpeg
|
||||||
tirith
|
tirith
|
||||||
|
]
|
||||||
|
++ lib.optionals stdenv.isLinux [
|
||||||
|
wl-clipboard
|
||||||
|
xclip
|
||||||
];
|
];
|
||||||
|
|
||||||
runtimePath = lib.makeBinPath runtimeDeps;
|
runtimePath = lib.makeBinPath runtimeDeps;
|
||||||
|
|||||||
Reference in New Issue
Block a user