fix: lw5xl install process, add: HP Deskjet 2800

This commit is contained in:
♥ Minnie ♥ 2024-09-02 21:15:13 +08:00
parent 69eff28b09
commit 2fce9fd507
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
4 changed files with 35 additions and 13 deletions

View file

@ -1,7 +1,5 @@
# This file defines overlays
{inputs, ...}: let
raster2dymolw_v2 = ./raster2dymolw_v2;
in {
{inputs, ...}: {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs final.pkgs;
@ -12,12 +10,6 @@ in {
# example = prev.example.overrideAttrs (oldAttrs: rec {
# ...
# });
cups-dymo = prev.cups-dymo.overrideAttrs (oldAttrs: {
installPhase = ''
installPhase
cp ${raster2dymolw_v2} $out/lib/cups/filter/raster2dymolw_v2
'';
});
};
# When applied, the unstable nixpkgs set (declared in the flake inputs) will

Binary file not shown.