This commit is contained in:
Christoph Schmatzler
2025-08-14 09:09:56 +02:00
parent c1fcf33afa
commit 2926d7412b
7 changed files with 377 additions and 364 deletions

View File

@@ -43,11 +43,10 @@
];
flake.darwinConfigurations = inputs.nixpkgs.lib.genAttrs darwinHosts (
hostname:
let
syncthingOverlay = import ./overlays/syncthing-darwin.nix;
syncthingModule = (syncthingOverlay null {}).darwinSyncthingModule;
in
hostname: let
syncthingOverlay = import ./overlays/syncthing-darwin.nix;
syncthingModule = (syncthingOverlay null {}).darwinSyncthingModule;
in
inputs.darwin.lib.darwinSystem {
system = "aarch64-darwin";
specialArgs =
@@ -61,8 +60,8 @@
syncthingModule
{
nixpkgs.overlays = [ syncthingOverlay ];
nixpkgs.overlays = [syncthingOverlay];
nix-homebrew = {
inherit user;
enable = true;