fix(printing): switch from ipp everywhere to maintained brlaser fork
This commit is contained in:
parent
14c98ea552
commit
f3c9ed76f5
4 changed files with 113 additions and 3 deletions
|
@ -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; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue