mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Fixes darwin x64 github action checks
This commit is contained in:
parent
27c9899ec5
commit
4d009acde3
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
|||
};
|
||||
checks.x86_64-darwin = {
|
||||
home = self.checks.x86_64-darwin.home;
|
||||
system = self.darwinConfigurations.zeus.config.system.build.toplevel;
|
||||
system = (mkDarwin "x86_64" ./nixos/hosts/zeus.nix).config.system.build.toplevel;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue