Get Jude building without system76-power

This commit is contained in:
Greg Hellings
2024-10-19 10:45:47 -05:00
parent d73c3634bb
commit 7cb1f2611e
5 changed files with 6 additions and 7 deletions
+1 -4
View File
@@ -1,4 +1,4 @@
_: prev:
_final: prev:
let
myPackages =
@@ -44,8 +44,5 @@ rec {
withBDplus = true;
};
handbrake = prev.handbrake.override { libbluray = libbluray-custom; };
libvirt-greg = prev.libvirt.overrideAttrs {
postInstall = prev.libvirt.postInstall + "rm -r $out/lib/systemd/system/libvirtd.service";
};
pipenv-ivr = prev.callPackage ./pipenv.nix { };
}