chore: remove custom brlaser

NixOS 25.05 has switched to Owl-Maintain's fork of brlaser with the
latest release that includes the fix for my duplex printing issues.
This commit is contained in:
Felix Schröter 2025-05-18 19:42:46 +02:00
parent f25ca7a488
commit cf42ef54d8
Signed by: felschr
GPG key ID: 671E39E6744C807D
3 changed files with 1 additions and 121 deletions

View file

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