build-clan: support constructing darwinConfigurations

This commit is contained in:
Michael Hoang
2025-03-25 13:39:04 +09:00
parent 66e4c41142
commit 6de4735c81
11 changed files with 207 additions and 57 deletions

View File

@@ -4,6 +4,7 @@
{
lib,
nixpkgs,
nix-darwin ? null,
...
}:
{
@@ -54,6 +55,7 @@
inherit
lib
nixpkgs
nix-darwin
clan-core
self
;