aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/juandelacosa/main.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
commit8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 (patch)
treed03b70f693463fc836a8dbe4240424d2547530c8 /modules/pkgs/juandelacosa/main.nix
parentc4273035cf5876e3ba8ed2c6b492d31c2de290ee (diff)
downloadnixsap-8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3.tar.gz
(* HUGE *) Use nixpkgs overlays
Diffstat (limited to 'modules/pkgs/juandelacosa/main.nix')
-rw-r--r--modules/pkgs/juandelacosa/main.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/modules/pkgs/juandelacosa/main.nix b/modules/pkgs/juandelacosa/main.nix
deleted file mode 100644
index 913e057..0000000
--- a/modules/pkgs/juandelacosa/main.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{ mkDerivation, base, base64-bytestring, bytestring
-, data-default-class, docopt, entropy, fast-logger, http-types
-, interpolatedstring-perl6, mtl, mysql, mysql-simple, network
-, resource-pool, scotty, stdenv, text, unix, wai, wai-extra
-, wai-middleware-static, warp
-}:
-mkDerivation {
- pname = "juandelacosa";
- version = "0.1.1";
- sha256 = "060zq739i3xhr7w448p460r7x3jyyzf7pn61abp7f9g8vjn6vqw7";
- isLibrary = false;
- isExecutable = true;
- executableHaskellDepends = [
- base base64-bytestring bytestring data-default-class docopt entropy
- fast-logger http-types interpolatedstring-perl6 mtl mysql
- mysql-simple network resource-pool scotty text unix wai wai-extra
- wai-middleware-static warp
- ];
- description = "Manage users in MariaDB >= 10.1.1";
- license = stdenv.lib.licenses.mit;
-}