Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystucki committed Feb 2, 2025
1 parent b82682d commit 532a379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
configuration:
- "nixosConfigurations.volt-nixos.config.system.build.toplevel"
- "nixosConfigurations.zephyr-nixos.config.system.build.toplevel"
- "nixosConfigurations.zephyr.config.system.build.toplevel"
- "darwinConfigurations.work-macbook.system"

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"volt-nixos" = nixosConfig {
nixosModule = ./volt/nixos-configuration.nix;
homeManagerModule = ./volt/home-manager.nix;
hostConfiguration = hostConfigurations.volt;
hostConfiguration = hostConfigurations.volt-nixos;
};
"zephyr" = nixosConfig {
nixosModule = ./zephyr/nixos-configuration.nix;
Expand Down

0 comments on commit 532a379

Please sign in to comment.