mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
system -> stdenv.hostPlatform.system
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
darwin = lib.strings.hasSuffix "-darwin" pkgs.system;
|
||||
darwin = lib.strings.hasSuffix "-darwin" pkgs.stdenv.hostPlatform.system;
|
||||
in {
|
||||
environment.systemPackages =
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user