chipsec: migrate package to pkgs/by-name
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user