Commit 42fbcc27 authored by Stas Lyakhov's avatar Stas Lyakhov
Browse files

chipsec: migrate package to pkgs/by-name

parent e120e207
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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;
        };