summaryrefslogtreecommitdiff
path: root/customized/uwsgi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'customized/uwsgi.nix')
-rw-r--r--customized/uwsgi.nix2
1 files changed, 1 insertions, 1 deletions
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 {
53 53
54 configurePhase = '' 54 configurePhase = ''
55 export pluginDir=$out/lib/uwsgi 55 export pluginDir=$out/lib/uwsgi
56 substituteAll ${./nixos.ini} buildconf/nixos.ini 56 substituteAll ${./uwsgi-nixos.ini} buildconf/nixos.ini
57 ''; 57 '';
58 58
59 buildPhase = '' 59 buildPhase = ''