update state version to 26.05 and update system to stdenv.hostPlatform.system

This commit is contained in:
Lillian Violet 2025-12-01 16:41:50 +01:00
parent a37dc3a5e5
commit 36d05fe28e
12 changed files with 14 additions and 13 deletions

View file

@ -5,6 +5,7 @@
config,
pkgs,
pkgs-edge,
stdenv,
...
}: {
imports = [
@ -163,7 +164,7 @@
};
services.scx.enable =
if (pkgs.system == "aarch64-linux")
if (pkgs.stdenv.hostPlatform.system == "aarch64-linux")
then false
else true;