blob: 71339faeea86ea0a758d99f6e0a81226dacdfb6b [file] [log] [blame]
Skyler Grey71d59162022-09-01 23:46:19 +01001{username, ...}: {
2 # Rust should be installed via direnv *not* here, however we still need to persist the cache
3 # as we don't want installing crates to be slower than it has to be
4 config.environment.persistence."/nix/persist".users.${username}.directories = [".cargo"];
5}