diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-06 14:24:00 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-06 14:24:00 -0300 |
| commit | 012cf2539e93a9f29bd303768800a1b44f08d6d9 (patch) | |
| tree | ed98d3d9179e220ece5a7efa0b359f2fea052eb4 | |
| parent | configuration.nix: Remove nixUnstable package (diff) | |
| download | dotfiles-012cf2539e93a9f29bd303768800a1b44f08d6d9.tar.gz dotfiles-012cf2539e93a9f29bd303768800a1b44f08d6d9.tar.xz | |
configuration.nix: add empty line in "with-email.sh" file
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix index 427bf7e3..fbd3f1df 100644 --- a/configuration.nix +++ b/configuration.nix @@ -308,6 +308,7 @@ in { "with-email.sh".text = '' #!/bin/sh set -u + while getopts 's:' flag; do case "$flag" in s) |
