{ inputs, pkgs, ... }: { xdg.configFile."/home/petri/.cargo/config.toml".text = '' [registry] global-credential-providers = ["cargo:token"] [registries.relesoft] index = "sparse+https://git.relesoft.io/api/packages/relesoft/cargo/" [unstable] gc = true ''; }