fc-scripts: more fine-grained packaging

It makes sense to put each individual script into its own derivation, as
some of the scripts require certain other dependencies that others
don't.
This commit is contained in:
Trolli Schmittlauch 2026-02-27 23:24:56 +01:00
parent 4b11a0c633
commit a87738a2ff
2 changed files with 72 additions and 13 deletions

View file

@ -85,8 +85,14 @@ let
nix-output-monitor # putting this here as a plain `nix` alternative
fc-scripts # this might turn out to be useful even in non-work environments?
]
++ (with fc-scripts; [
git-tree-sync
ssh-multi-proxy
mosh-tunnel
mosh-dualstack-proxy # this might turn out to be useful even in non-work environments?
])
++ lib.optionals pkgs.stdenv.isLinux [
xclip
smbnetfs # for FUSE smb mounting