and nix.registriy.nixpkgs-unfree.flake = inputs.nixos-unfree;
evaluation errors with
error: infinite recursion encountered
at /nix/store/hl93xdyddynkvgpvfpvyvy1qvw0jvf11-source/pkgs/development/ruby-modules/gem-config/default.nix:289:71:
288| postPatch = let
289| getconf = if stdenv.hostPlatform.isGnu then stdenv.cc.libc else getconf;
| ^
290| in ''
(use '--show-trace' to show detailed location information)
Is my assumption correct that this error is based on nixpkgs-unfree not supporting the 23.05 channel?