1
0
Fork 0

Remove references to deleted packages.

This commit is contained in:
Kevin Baensch 2019-10-09 20:33:54 +02:00
parent 535a8079e6
commit 16cb4c308c
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@
mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
packageOverrides = pkgs: with pkgs; rec {
firmware_surface = callPackage ./firmware_surface { };
jekyll = callPackage ./jekyll { };
linuxPackages_surface = recurseIntoAttrs (linuxPackagesFor linux_surface);
linux_surface = callPackage ./linux_surface { };
theme_flat-remix = callPackage ./flat-remix { };
theme_sddm_midnight = callPackage ./sddm_midnight { };
xdiskusage = callPackage ./xdiskusage { };