Merge pull request 'halalify zerotierone' (#794) from lassulus-halalify into main
All checks were successful
checks / test (push) Successful in 31s
checks-impure / test (push) Successful in 1m31s

This commit is contained in:
clan-bot 2024-02-01 14:46:53 +00:00
commit 90cf41c365

View File

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