diff --git a/pkgs/flake-module.nix b/pkgs/flake-module.nix index 73c9a050..8624aab0 100644 --- a/pkgs/flake-module.nix +++ b/pkgs/flake-module.nix @@ -28,6 +28,12 @@ hash = "sha256-dxz4AmeJAweffyPCayvykworQNntHtHeq6PXMXWsM5k="; }; }); + # halalify zerotierone + zerotierone = pkgs.zerotierone.overrideAttrs (_old: { + meta = _old.meta // { + license = lib.licenses.apsl20; + }; + }); }; }; }