Skip to content

Commit

Permalink
#2912 nix: only add lurk on Linux
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <[email protected]>
  • Loading branch information
pbek committed Dec 9, 2024
1 parent d6bc856 commit ced736e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
libclang # for clang-format
xmlstarlet # for download-icons.sh and download_translations.sh
lychee # for link checking
lurk # strace replacement
procs # fetches process info
gawk # for parsing procs output
fzf # for interactive process selection
Expand All @@ -28,6 +27,8 @@
librsvg
imagemagick
libicns
] ++ lib.optionalString stdenv.isLinux [
lurk # strace replacement
];

buildInputs = with pkgs; with qt6; [
Expand Down

0 comments on commit ced736e

Please sign in to comment.