Remove references to deleted packages.
This commit is contained in:
parent
535a8079e6
commit
16cb4c308c
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@
|
||||||
mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
|
mpv.vaapiSupport = (lib.elem "xserver" config.machine.services);
|
||||||
|
|
||||||
packageOverrides = pkgs: with pkgs; rec {
|
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_flat-remix = callPackage ./flat-remix { };
|
||||||
theme_sddm_midnight = callPackage ./sddm_midnight { };
|
theme_sddm_midnight = callPackage ./sddm_midnight { };
|
||||||
xdiskusage = callPackage ./xdiskusage { };
|
xdiskusage = callPackage ./xdiskusage { };
|
||||||
|
|
Loading…
Reference in a new issue