diff options
-rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ | |||
31 | # Select internationalisation properties. | 31 | # Select internationalisation properties. |
32 | i18n = { | 32 | i18n = { |
33 | consoleFont = "lat9w-16"; | 33 | consoleFont = "lat9w-16"; |
34 | consoleKeyMap = fetchurl { | 34 | consoleKeyMap = pkgs.fetchurl { |
35 | url = https://f.141.li/f569c4afc6/dvp.map.gz; | 35 | url = https://f.141.li/f569c4afc6/dvp.map.gz; |
36 | sha256 = "0e859211cfe16a18a3b9cbf2ca3e280a23a79b4e40b60d8d01d0fde7336b6d50"; | 36 | sha256 = "0e859211cfe16a18a3b9cbf2ca3e280a23a79b4e40b60d8d01d0fde7336b6d50"; |
37 | }; | 37 | }; |