For the spacemacs users, I used this little patch to layers/+emacs/org/packages.el
- (org-roam :toggle org-enable-roam-support)
+ (org-roam :toggle org-enable-roam-support
+ :location (recipe :fetcher github :repo "org-roam/org-roam" :branch "v2")
+ )