Skip to content

Commit

Permalink
try get build working
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyVo committed Dec 5, 2024
1 parent df692aa commit 5533c86
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,9 @@ jobs:
name: Build

- run: |
NH_DIR=$(pwd)
NH_FLAKE=/tmp/nh-darwin
mkdir -p $NH_FLAKE
cd $NH_FLAKE
mkdir flake
cd flake
nix flake init -t nix-darwin
cd $NH_DIR
nix run -L .#nh -- darwin switch --hostname simple --dry --no-nom --verbose $NH_FLAKE
cd ..
nix run .#nh -- darwin switch --hostname simple --dry --no-nom --verbose ./flake
name: Test Switching to Nix Darwin Configuration

0 comments on commit 5533c86

Please sign in to comment.