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 9ab5914 commit 1a50917
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 @@ -165,6 +165,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

1 comment on commit 1a50917

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All packages were built and cached successfully! (332 not suitable for building)

Please sign in to comment.