system -> stdenv.hostPlatform.system

This commit is contained in:
2026-02-06 23:29:08 +01:00
parent 378cb564d2
commit da68e328a3

View File

@@ -1,6 +1,6 @@
{ pkgs, lib, ... }:
let
isDarwin = lib.strings.hasSuffix "darwin" pkgs.system;
isDarwin = lib.strings.hasSuffix "darwin" pkgs.stdenv.hostPlatform.system;
in
{
environment.systemPackages = [