Skip to content

Commit

Permalink
install nix, the big test, on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmccracken committed Dec 27, 2024
1 parent 4496636 commit 9639601
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ws_tool/test/test_config/config.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
workstation_props_dotfiles_gitdir=".git-dotfiles"

workstation_props__common=()
workstation_props__common+=(prop_ws_current_settings_symlink)
workstation_props__common+=(prop_ws_nix_daemon_installed)

workstation_props_ci_ubuntu=()
workstation_props_ci_ubuntu+=(prop_ws_current_settings_symlink)
workstation_props_ci_ubuntu+=("${workstation_props__common[@]}")

workstation_props_ci_macos=()
workstation_props_ci_macos+=(prop_ws_current_settings_symlink)
workstation_props_ci_macos+=("${workstation_props__common[@]}")

0 comments on commit 9639601

Please sign in to comment.