blob: 71339faeea86ea0a758d99f6e0a81226dacdfb6b [file] [log] [blame]
{username, ...}: {
# Rust should be installed via direnv *not* here, however we still need to persist the cache
# as we don't want installing crates to be slower than it has to be
config.environment.persistence."/nix/persist".users.${username}.directories = [".cargo"];
}