about summary refs log tree commit diff
path: root/nixos/modules/services
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-08-25 17:51:18 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-08-25 19:36:18 +0200
commit997043c1372b16f39000238874aff263bdeab153 (patch)
treeb6c47ed373f5600544e3c596257656e13e12ae9b /nixos/modules/services
parente0a23575d226e2ffb29ea76a7dd0867ecda541a7 (diff)
downloadnixlib-997043c1372b16f39000238874aff263bdeab153.tar
nixlib-997043c1372b16f39000238874aff263bdeab153.tar.gz
nixlib-997043c1372b16f39000238874aff263bdeab153.tar.bz2
nixlib-997043c1372b16f39000238874aff263bdeab153.tar.lz
nixlib-997043c1372b16f39000238874aff263bdeab153.tar.xz
nixlib-997043c1372b16f39000238874aff263bdeab153.tar.zst
nixlib-997043c1372b16f39000238874aff263bdeab153.zip
bepasty: move out of python-packages
because its a (web) application and thus doesn't belong there.
Diffstat (limited to 'nixos/modules/services')
-rw-r--r--nixos/modules/services/misc/bepasty.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/bepasty.nix b/nixos/modules/services/misc/bepasty.nix
index 4d78cddcb54f..c499e428af35 100644
--- a/nixos/modules/services/misc/bepasty.nix
+++ b/nixos/modules/services/misc/bepasty.nix
@@ -3,7 +3,7 @@
 with lib;
 let
   gunicorn = pkgs.pythonPackages.gunicorn;
-  bepasty = pkgs.pythonPackages.bepasty-server;
+  bepasty = pkgs.bepasty;
   gevent = pkgs.pythonPackages.gevent;
   python = pkgs.pythonPackages.python;
   cfg = config.services.bepasty;