aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/task/thin.patch
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-10 00:20:30 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-10 00:20:30 +0200
commit2977fd8fdfc55dd42837e3dd56c77d36097ef607 (patch)
treed245f84b567b8b7275440aeb8eb9690fe0a95f34 /nixops/modules/task/thin.patch
parent598aaa373c359046ee08ab5e7576ebaa4f0331e0 (diff)
downloadNix-2977fd8fdfc55dd42837e3dd56c77d36097ef607.tar.gz
Nix-2977fd8fdfc55dd42837e3dd56c77d36097ef607.tar.zst
Nix-2977fd8fdfc55dd42837e3dd56c77d36097ef607.zip
Move taskwarrior-web to pkgs
Diffstat (limited to 'nixops/modules/task/thin.patch')
-rw-r--r--nixops/modules/task/thin.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/nixops/modules/task/thin.patch b/nixops/modules/task/thin.patch
deleted file mode 100644
index a7df3e3..0000000
--- a/nixops/modules/task/thin.patch
+++ /dev/null
@@ -1,23 +0,0 @@
1diff --git a/Gemfile b/Gemfile
2index 8544e15..9c4279c 100644
3--- a/Gemfile
4+++ b/Gemfile
5@@ -3,6 +3,8 @@ source "http://rubygems.org"
6 # Specify your gem's dependencies in taskwarrior-web.gemspec
7 gemspec
8
9+gem 'thin'
10+
11 group :local do
12 gem 'rb-fsevent', :require => false
13 gem 'growl', :require => false
14diff --git a/config.ru b/config.ru
15index c3050c6..52387d8 100644
16--- a/config.ru
17+++ b/config.ru
18@@ -1,5 +1,4 @@
19 require File.join(File.dirname(__FILE__), 'lib', 'taskwarrior-web')
20
21-disable :run
22 TaskwarriorWeb::App.set({ :environment => :production })
23 run TaskwarriorWeb::App