system -> stdenv.hostPlatform.system
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user