diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 23:46:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 23:46:09 -0300 |
commit | 84203aa6c0e9f9bf7af3a96703cc9c4954b94085 (patch) | |
tree | c563a27053496d7074cc8c993f020df6f6dbb4a7 | |
parent | Exclude notmuch-post.sh from shellcheck analysis (diff) | |
download | dotfiles-84203aa6c0e9f9bf7af3a96703cc9c4954b94085.tar.gz dotfiles-84203aa6c0e9f9bf7af3a96703cc9c4954b94085.tar.xz |
Format nixos/utils.nix (linter offense)
-rw-r--r-- | nixos/utils.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/utils.nix b/nixos/utils.nix index 7c76882..502615e 100644 --- a/nixos/utils.nix +++ b/nixos/utils.nix @@ -70,7 +70,8 @@ in rec { touch $out ''; }); - publishScript = docsDerivation: pkgs.writeShellScriptBin "publish.sh" '' + publishScript = docsDerivation: + pkgs.writeShellScriptBin "publish.sh" '' set -euo pipefail ${pkgs.rsync}/bin/rsync --verbose \ --copy-links \ |