From eed10ce514f28e4acf772f76c92ca05eebec105f Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Thu, 5 May 2022 21:20:22 -0600 Subject: Fix various problems with the srv build --- default.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'default.nix') 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} -- cgit v1.2.3