1
0
forked from nikkuss/pkgs
Files
fix-neovide-hash/pkgs/by-name/at/ath-tools/package.nix
T

14 lines
257 B
Nix

{
lib,
newScope,
callPackage,
...
}:
let
sources = callPackage ../../../../_sources/generated.nix { };
inherit (sources.ath-tools) src;
in
lib.makeScope newScope (self: {
ath12k-tools = self.callPackage ./ath12k-tools.nix { inherit src; };
})