⬆️ [shared] Upgrade to NixOS 25.05

This commit is contained in:
2025-05-26 20:27:34 +02:00
parent 53329b8d1c
commit fc89c377e8
14 changed files with 58 additions and 63 deletions

View File

@ -11,7 +11,7 @@ in
# Select internationalisation properties.
i18n = {
defaultLocale = en;
supportedLocales = [
extraLocales = [
"${en}/${utf-8}"
"${nb}/${utf-8}"
];