diff --git a/repos-config.json b/repos-config.json index e965244..02716f0 100644 --- a/repos-config.json +++ b/repos-config.json @@ -53,6 +53,12 @@ "url": "https://github.com/gardenlinux/glrd", "ref": "main", "commit": "d24a4d63107fdba44531faf831668a26c7ca20a2" + }, + { + "name": "gardenlinux-nvidia-installer", + "url": "https://github.com/gardenlinux/gardenlinux-nvidia-installer", + "ref": "main", + "commit": "bb773a56b4a39d067232b10adf245ee4761c3489" } ] } diff --git a/repos-config.local.json b/repos-config.local.json index 9a8228d..730076f 100644 --- a/repos-config.local.json +++ b/repos-config.local.json @@ -39,6 +39,10 @@ { "name": "glrd", "url": "file://../glrd" + }, + { + "name": "gardenlinux-nvidia-installer", + "url": "file://../gardenlinux-nvidia-installer" } ] }