Skip to content

Commit

Permalink
build a simpler package as a test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 19, 2024
1 parent 7155eef commit 310acf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -10,4 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build .#homeConfigurations.brianhicks.activationPackage --system aarch64-darwin
- run: |
nix build nixpkgs#hello --system aarch64-darwin
./result/bin/hello
# - run: nix build .#homeConfigurations.brianhicks.activationPackage --system aarch64-darwin

0 comments on commit 310acf6

Please sign in to comment.