- Use our nixpkgs instead of rust-overlay's, so we don't
need to fetch nixpkgs twice.
- The "builtin" part in "builtin.fromTOML" is unnecessary
according to the nixf linter:
this is a prelude builtin, the `builtins.` prefix can be
removed (fix available) (nixf sema-primop-removed-prefix)