Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyVo committed Dec 1, 2024
1 parent 254a95c commit 11554b4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,11 @@ jobs:

- uses: actions/checkout@v4

- run: nix shell -L
name: Build

- run: |
dir=$(mktemp -d)
cd $dir
NH_CHECKOUT=$(pwd)
NH_FLAKE=$(mktemp -d)
cd $NH_FLAKE
nix flake init -t nix-darwin
name: Setup Darwin configuration
- run: nh darwin switch --hostname simple --dry .
cd $NH_CHECKOUT
nix run -L darwin switch -- --hostname simple --dry
name: Build Simple Nix Darwin Configuration

0 comments on commit 11554b4

Please sign in to comment.