pkgs: add wifi-qr

This commit is contained in:
Bruno BELANYI 2023-04-22 12:33:25 +01:00
parent e9f07e67dc
commit ce4e163193
2 changed files with 82 additions and 0 deletions

View file

@ -34,6 +34,8 @@ pkgs.lib.makeScope pkgs.newScope (pkgs: {
volantes-cursors = pkgs.callPackage ./volantes-cursors { };
wifi-qr = pkgs.callPackage ./wifi-qr { };
woodpecker-agent = pkgs.callPackage ./woodpecker/agent.nix { };
woodpecker-cli = pkgs.callPackage ./woodpecker/cli.nix { };