diff options
author | Ben Sima <ben@bsima.me> | 2019-02-24 12:50:06 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-24 12:50:06 -0800 |
commit | 7d8d0a351842d6e9aaf5e46664c844bd905e3977 (patch) | |
tree | 6b3f083db3ce8d216b85723ef9e39c2fe4ba9d0b | |
parent | f36371f324ca85100590438e45d186c9704b8140 (diff) |
Spaces, not tabs
-rw-r--r-- | mode/ibb.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mode/ibb.nix b/mode/ibb.nix index e2d4dd0..ffc7cb4 100644 --- a/mode/ibb.nix +++ b/mode/ibb.nix @@ -25,7 +25,7 @@ in path = with pkgs; [ ibb bash ]; wantedBy = [ "multi-user.target" ]; script = '' - PORT=${cfg.port} ./bin/ibb + PORT=${cfg.port} ./bin/ibb ''; description = '' Influenced By Books website |