Files
clan-core/pkgs/zerotierone/default.nix
Jörg Thalheim 93a7e272b1 Revert "zerotierone: fix on macOS"
This reverts commit 2e212e3e31.

no longer needed after nixpkgs bump
2025-02-14 12:08:18 +07:00

8 lines
147 B
Nix

{ zerotierone, lib }:
# halalify zerotierone
zerotierone.overrideAttrs (_old: {
meta = _old.meta // {
license = lib.licenses.apsl20;
};
})