Skip to content

Commit

Permalink
retry with the right activation package
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 19, 2024
1 parent a73bd9f commit 8cb7eb3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Expand Up @@ -10,8 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: |
nix build nixpkgs#hello --system aarch64-darwin
file ./result/bin/hello
./result/bin/hello
# - run: nix build .#homeConfigurations.brianhicks.activationPackage --system aarch64-darwin
- run: nix build .#homeConfigurations.brianhicks.activationPackage

0 comments on commit 8cb7eb3

Please sign in to comment.