use stdenv.hostPlatform.system instead of system

This commit is contained in:
aditya
2026-06-04 01:42:59 +05:30
parent cc2380eec1
commit 3e4b4cae2b
4 changed files with 10 additions and 10 deletions
+18
View File
@@ -0,0 +1,18 @@
{
time.timeZone = "Asia/Kolkata";
i18n.defaultLocale = "en_IN";
i18n.extraLocaleSettings = {
LC_ADDRESS = "en_IN";
LC_IDENTIFICATION = "en_IN";
LC_MEASUREMENT = "en_IN";
LC_MONETARY = "en_IN";
LC_NAME = "en_IN";
LC_NUMERIC = "en_IN";
LC_PAPER = "en_IN";
LC_TELEPHONE = "en_IN";
LC_TIME = "en_IN";
};
system.stateVersion = "25.11";
}