Skip to content

Commit

Permalink
lan-mouse_git: init at 20240608224900-460baca
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroHLC committed Jun 17, 2024
1 parent c739bee commit 42b6b59
Show file tree
Hide file tree
Showing 4 changed files with 2,695 additions and 1 deletion.
4 changes: 3 additions & 1 deletion overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# - Sort packages in alphabetic order.
# - If the recipe uses `override` or `overrideAttrs`, then use callOverride,
# otherwise use `final`.
# - Composed names are separated with minus: `input-leap`
# - Composed names are separated with minus: `lan-mouse`
# - Versions/patches are suffixed with an underline: `mesa_git`, `libei_0_5`, `linux_hdr`
# - Use `inherit (final) nyxUtils` since someone might want to override our utils

Expand Down Expand Up @@ -169,6 +169,8 @@ in

kf6coreaddons_git = callOverride ../pkgs/kf6coreaddons-git/latest.nix { };

lan-mouse_git = callOverride ../pkgs/lan-mouse-git { };

latencyflex-vulkan = final.callPackage ../pkgs/latencyflex-vulkan { };

libbpf_git = callOverride ../pkgs/libbpf-git { };
Expand Down
Loading

0 comments on commit 42b6b59

Please sign in to comment.