diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 08:42:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 08:43:14 -0300 |
commit | 42d440c542f10593f2f7f3b5556526db06305f35 (patch) | |
tree | 8e1a026abd580da92f9d9c059dbf0669b154caff /envsubst-configuration.nix | |
parent | Add bash scripts for tests instead of Nix (diff) | |
download | toph-42d440c542f10593f2f7f3b5556526db06305f35.tar.gz toph-42d440c542f10593f2f7f3b5556526db06305f35.tar.xz |
Run nixfmt
Diffstat (limited to 'envsubst-configuration.nix')
-rw-r--r-- | envsubst-configuration.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/envsubst-configuration.nix b/envsubst-configuration.nix index 005239b..3ec28c3 100644 --- a/envsubst-configuration.nix +++ b/envsubst-configuration.nix @@ -1,3 +1 @@ -{ }: { - TLD = "$TLD"; -} +{ }: { TLD = "$TLD"; } |