update state version to 26.05 and update system to stdenv.hostPlatform.system
This commit is contained in:
parent
a37dc3a5e5
commit
36d05fe28e
12 changed files with 14 additions and 13 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue