diff options
-rw-r--r-- | snakemake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snakemake.el b/snakemake.el index 5cf3efc..1103ba6 100644 --- a/snakemake.el +++ b/snakemake.el @@ -627,7 +627,7 @@ that starts a shell with the desired environment. For example, to set up an enviroment with Guix, `snakemake-shell-file-name' could point to a script that runs - guix environment -l guix.scm --ad-hoc snakemake --pure + guix environment --pure -l guix.scm --ad-hoc snakemake The file 'guix-snakemake-environment' in Snakemake mode's source directory can be used for this purpose." |