From 4f6c4310bace64cd0cebccbe9357650d6dd99270 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 13 Jan 2016 01:41:06 +0100 Subject: nixos.ini --- customized/uwsgi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'customized/uwsgi.nix') diff --git a/customized/uwsgi.nix b/customized/uwsgi.nix index 32217ed8..cb405959 100644 --- a/customized/uwsgi.nix +++ b/customized/uwsgi.nix @@ -53,7 +53,7 @@ stdenv.mkDerivation rec { configurePhase = '' export pluginDir=$out/lib/uwsgi - substituteAll ${./nixos.ini} buildconf/nixos.ini + substituteAll ${./uwsgi-nixos.ini} buildconf/nixos.ini ''; buildPhase = '' -- cgit v1.2.3