Skip to content

Commit

Permalink
tweak to run on gha
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 19, 2024
1 parent 339f013 commit 2c8dc08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
];
}).config.system.build.toplevel;

checks.aarch64-darwin.home-manager = (home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.aarch64-darwin;
checks.x86_64-linux.home-manager = (home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages.x86_64-linux;

modules = [
nix.homeManagerModules.default
Expand All @@ -40,8 +40,8 @@
];
});

checks.aarch64-darwin.nix-darwin = (nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";
checks.x86_64-darwin.nix-darwin = (nix-darwin.lib.darwinSystem {
system = "x86_64-darwin";

modules = [
({ pkgs, ... }: {
Expand Down

0 comments on commit 2c8dc08

Please sign in to comment.