add nvchad

This commit is contained in:
2024-03-01 18:43:50 +05:30
parent b404c2b66f
commit c58948e6a7

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
owner = "NvChad"; owner = "NvChad";
repo = "NvChad"; repo = "NvChad";
rev = "refs/heads/v2.0"; rev = "refs/heads/v2.0";
# sha256 = "sha256-tKMvKdB3jPSvcyewaOe8oak3pXhjAcLyyxgGMiMeqeU="; sha256 = "sha256-x1y2SkoLNwu0NzmnKxUfl5UQG+SIcW87FhpyZMEHuU8=";
}; };
installPhase = '' installPhase = ''
@ -27,4 +27,4 @@ stdenv.mkDerivation {
platforms = platforms.all; platforms = platforms.all;
license = licenses.gpl3; license = licenses.gpl3;
}; };
} }