darwin updates
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
pkgs,
|
||||
system,
|
||||
namespace,
|
||||
hasDestopEnvironment,
|
||||
hasDestopEnvironment ? true,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{ lib, system, hasDestopEnvironment, ... }:
|
||||
{
|
||||
lib,
|
||||
system,
|
||||
hasDestopEnvironment ? true,
|
||||
...
|
||||
}:
|
||||
let
|
||||
isArm = builtins.match "aarch64*" system != null;
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user