halalify zerotierone
All checks were successful
checks-impure / test (pull_request) Successful in 1m33s
checks / test (pull_request) Successful in 2m16s

This commit is contained in:
lassulus 2024-02-01 15:44:13 +01:00
parent 79a8c40f40
commit b4c6092cc0

View File

@ -28,6 +28,12 @@
hash = "sha256-dxz4AmeJAweffyPCayvykworQNntHtHeq6PXMXWsM5k=";
};
});
# halalify zerotierone
zerotierone = pkgs.zerotierone.overrideAttrs (_old: {
meta = _old.meta // {
license = lib.licenses.apsl20;
};
});
};
};
}