We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c973c commit e26ea25Copy full SHA for e26ea25
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Build nix-darwin Closure (starfruit)
44
if: runner.os == 'macOS'
45
- run: nix build .#darwinConfigurations.grape.starfruit
+ run: nix build .#darwinConfigurations.starfruit.system
46
47
- name: Build home-manager Closure
48
run: nix build .#homeConfigurations.skip.activationPackage
0 commit comments