Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ADGEfficiency/dotfiles into macos…
Browse files Browse the repository at this point in the history
…-2024-08-06
  • Loading branch information
ADGEfficiency committed Aug 15, 2024
2 parents 627d8ef + 4de39f3 commit 7b785ad
Show file tree
Hide file tree
Showing 12 changed files with 548 additions and 95 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
# TODO having problems with zsh being available
# can't set $PATH correctly
# - run: . ./nix/load-linux.sh && sudo -E make js python OS=linux
macos:
runs-on: macos-latest
env:
XDG_CONFIG_HOME: ${{ github.workspace }}
NIXPKGS_ALLOW_BROKEN: 1
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: make nix-pkgs OS=macos
- run: . ./nix/load-macos.sh && make test -o setup-nix OS=macos STOW_ARGS='--v
--adopt'
# macos:
# runs-on: macos-latest
# env:
# XDG_CONFIG_HOME: ${{ github.workspace }}
# NIXPKGS_ALLOW_BROKEN: 1
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v3
# with:
# node-version: 16
# - run: make nix-pkgs OS=macos
# - run: . ./nix/load-macos.sh && make test -o setup-nix OS=macos STOW_ARGS='--v
# --adopt'
Loading

0 comments on commit 7b785ad

Please sign in to comment.