Skyler Grey | 71d5916 | 2022-09-01 23:46:19 +0100 | [diff] [blame] | 1 | {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 | } |