make pkgs work!

This commit is contained in:
2025-07-29 21:42:11 +04:00
parent 8660752e1b
commit 9473348b57
4 changed files with 32 additions and 15 deletions
+3 -7
View File
@@ -13,10 +13,6 @@ let
hash = "sha256-iE4lqyr3zmLcgFnsrDvQ/CKUV15ijqmIbUIs9sgMECg=";
};
in
lib.packagesFromDirectoryRecursive {
inherit callPackage newScope;
directory = ./tools;
}
# lib.makeScope newScope (self: {
# ath12k-tools = self.callPackage ./ath12k-tools.nix { inherit src; };
# })
lib.makeScope newScope (self: {
ath12k-tools = self.callPackage ./ath12k-tools.nix { inherit src; };
})