Files
pkgs/pkgs/by-name/at/ath-tools/package.nix
T
nikkuss bfc37c6c70
cache / build (push) Failing after 16m38s
switch to nvfetcher and add stuff
2026-02-19 23:01:59 +04:00

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; };
})