system-tools: init

This commit is contained in:
Artturin 2024-10-14 03:08:50 +03:00
parent 348efbceba
commit 7bd8c04003
2 changed files with 59 additions and 0 deletions

View file

@ -33,6 +33,7 @@
sfpi = callPackages ./pkgs/sfpi { };
luwen = callPackage ./pkgs/luwen { };
tools-common = callPackage ./pkgs/tools-common { };
system-tools = callPackage ./pkgs/system-tools { };
flash = callPackage ./pkgs/flash {
pyluwen = self.luwen.pyluwen_0_1;
};
@ -56,6 +57,7 @@
luwen = scope.luwen.luwen;
pyluwen = scope.luwen.pyluwen;
tools-common = scope.tools-common;
system-tools = scope.system-tools;
flash = scope.flash;
umd = scope.umd;
metal = scope.metal;