Skip to content

build a simpler package as a test #5

build a simpler package as a test

build a simpler package as a test #5

Workflow file for this run

name: Build Dotfiles
on:
push:
jobs:
build-dotfiles:
name: Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: |
nix build nixpkgs#hello --system aarch64-darwin
./result/bin/hello
# - run: nix build .#homeConfigurations.brianhicks.activationPackage --system aarch64-darwin