fix(printing): switch from ipp everywhere to maintained brlaser fork

This commit is contained in:
Felix Schröter 2023-08-12 19:29:58 +02:00
parent 14c98ea552
commit f3c9ed76f5
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 113 additions and 3 deletions

View file

@ -94,7 +94,7 @@
inherit (prev) system;
config.allowUnfree = true;
};
inherit (self.packages.${prev.system}) deconz;
inherit (self.packages.${prev.system}) deconz brlaser;
vimPlugins = prev.vimPlugins
// final.callPackage ./pkgs/vim-plugins { inherit inputs; };
};