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

@ -4,7 +4,6 @@
{ self', pkgs, ... }:
{
packages = {
brlaser = pkgs.callPackage ./brlaser { };
deconz = pkgs.qt5.callPackage ./deconz { };
};