Skip to content

Commit

Permalink
don't do spack packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 30, 2024
1 parent 64d3c44 commit a4ce57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .chezmoi.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
[data]
use_zsh_root_dir = {{ $use_zsh_root_dir }}
email = {{ $email | quote }}
test_machine = {{ $test_machine }}
test_machine = {{ $test_machine }}
spack_packages = false
2 changes: 1 addition & 1 deletion run_once_after_install-spack-packages-cluster.sh.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if (and (eq .chezmoi.os "linux") (not .test_machine)) -}}
{{- if (and (eq .chezmoi.os "linux") (.spack_packages)) -}}

#!/usr/bin/env bash

Expand Down

0 comments on commit a4ce57e

Please sign in to comment.