mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-16 13:28:16 +00:00
7 lines
113 B
Nix
7 lines
113 B
Nix
{ darwin }:
|
|
|
|
let
|
|
inherit (darwin) config;
|
|
in {
|
|
inherit (config.system.build) darwin-option darwin-rebuild;
|
|
}
|