diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/default.nix b/default.nix index bb9d8f8..78a86fd 100644 --- a/default.nix +++ b/default.nix @@ -28,8 +28,6 @@ staticBuild=static.build; }; - srvBin = srv.bin; - redisCfg = pkgs.writeText "mediocre-blog-redisCfg" '' port 0 unixsocket ${config.redisListenPath} |