treewide: update 21.03 to 21.05

The NixOS 21.03 release has been delayed to 21.05. See NixOS/rfcs#80.

There are two instances of 21.03 which have been left as is, since they
are in stateVersion comparisons. This will ensure that existing user
configurations which refer to 21.03 will continue to work.
This commit is contained in:
Luke Granger-Brown
2021-02-12 14:12:48 -08:00
committed by Jonathan Ringer
parent 6964689aff
commit cfed3b8b22
10 changed files with 26 additions and 16 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ in {
# Try cleaning up the previously default location of cache file.
# Note that /var/cache/* should always be safe to remove.
# TODO: remove later, probably between 20.09 and 21.03
# TODO: remove later, probably between 20.09 and 21.05
systemd.tmpfiles.rules = [ "R /var/cache/kresd" ];
};
}