pkgs: remove 'wifi-qr'
Some checks are pending
ci/woodpecker/push/check Pipeline is pending

Now that I added it to upstream, I can get rid of it.
This commit is contained in:
Bruno BELANYI 2023-12-19 19:08:10 +01:00
parent a657a7742e
commit 13d85c30f9
2 changed files with 0 additions and 83 deletions

View file

@ -28,7 +28,5 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
unbound-zones-adblock = pkgs.callPackage ./unbound-zones-adblock { };
wifi-qr = pkgs.callPackage ./wifi-qr { };
zsh-done = pkgs.callPackage ./zsh-done { };
})