Setup DYMO LabelWriter 5XL

This commit is contained in:
♥ Minnie ♥ 2024-08-30 22:03:59 +08:00
parent 6704bab226
commit ff455eeab5
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 759 additions and 1 deletions

View file

@ -1,5 +1,7 @@
# This file defines overlays
{inputs, ...}: {
{inputs, ...}: let
raster2dymolw_v2 = ./raster2dymolw_v2;
in {
# This one brings our custom packages from the 'pkgs' directory
additions = final: _prev: import ../pkgs final.pkgs;
@ -10,6 +12,12 @@
# 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

BIN
overlays/raster2dymolw_v2 Executable file

Binary file not shown.