Skip to content

Commit

Permalink
Merge pull request #50 from nixbuild/macos-14
Browse files Browse the repository at this point in the history
Macos 14
  • Loading branch information
rickynils authored Nov 5, 2024
2 parents 3cc323e + 828ea90 commit 6bd4191
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-14
- macos-13
nix_version:
- 2.24.9
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-14
- macos-13
nix_version:
- 2.24.9
Expand Down Expand Up @@ -135,6 +137,7 @@ jobs:
matrix:
os:
- ubuntu-22.04
- macos-14
- macos-13
nix_version:
- 2.24.9
Expand Down
3 changes: 2 additions & 1 deletion nix-quick-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ elif [[ "$sys" =~ .*-darwin ]]; then
/System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -B &>/dev/null \
|| /System/Library/Filesystems/apfs.fs/Contents/Resources/apfs.util -t &>/dev/null \
|| echo "warning: failed to execute apfs.util"
diskutil apfs addVolume disk1 APFS nix -mountpoint /nix
diskutil apfs addVolume disk1 APFS nix -mountpoint /nix \
|| diskutil apfs addVolume disk3 APFS nix -mountpoint /nix
mdutil -i off /nix
chown $USER /nix
EOF
Expand Down

0 comments on commit 6bd4191

Please sign in to comment.