1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

ci: disable home-manager install tests on darwin

nix broken on latest channel update

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-22 23:03:36 -05:00
parent 41a5f0a98a
commit 4c9e99e8e8

View file

@ -21,7 +21,11 @@ jobs:
- run: nix build --show-trace .#docs-jsonModuleMaintainers
- run: nix fmt -- --ci
- run: nix run .#home-manager -- init --switch
# FIXME: nix broken on darwin on unstable
if: matrix.os != 'macos-latest'
- run: yes | nix run . -- uninstall
# FIXME: nix broken on darwin on unstable
if: matrix.os != 'macos-latest'
- name: Run tests
run: nix build -j auto --show-trace --option allow-import-from-derivation false --reference-lock-file flake.lock "./tests#test-all-no-big"
env: