remove outdated overlay changes

This commit is contained in:
Daylin Morgan 2024-08-27 10:23:45 -05:00
parent f72c273070
commit ab5a64f7f7
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -2,8 +2,6 @@
(final: prev: {
nimble = prev.nimble.overrideNimAttrs rec {
version = "0.16.0";
requiredNimVersion = 2;
buildInputs = [ prev.pkgs.openssl ];
src = final.fetchFromGitHub {
owner = "nim-lang";