chipsec: migrate package to pkgs/by-name

This commit is contained in:
Stas Lyakhov
2026-01-21 16:23:50 +00:00
parent e120e20769
commit 42fbcc277f
4 changed files with 1 additions and 6 deletions
-5
View File
@@ -1522,11 +1522,6 @@ with pkgs;
certipy = with python3Packages; toPythonApplication certipy-ad;
chipsec = callPackage ../tools/security/chipsec {
kernel = null;
withDriver = false;
};
fedora-backgrounds = recurseIntoAttrs (callPackage ../data/misc/fedora-backgrounds { });
coconut = with python312Packages; toPythonApplication coconut;
+1 -1
View File
@@ -373,7 +373,7 @@ in
ch9344 = callPackage ../os-specific/linux/ch9344 { };
chipsec = callPackage ../tools/security/chipsec {
chipsec = callPackage ../by-name/ch/chipsec/package.nix {
inherit kernel;
withDriver = true;
};