aboutsummaryrefslogtreecommitdiff
path: root/pkgs/webapps/default.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-07 00:41:04 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-07 00:41:04 +0200
commit7da817e32f5e285f5fe09726f6031d8c6d4c74ea (patch)
treea14f400f40e4a69c1edd57384ba719ace06afe8f /pkgs/webapps/default.nix
parentd21de7a044cc39c452306880707f79162b666b60 (diff)
downloadNix-7da817e32f5e285f5fe09726f6031d8c6d4c74ea.tar.gz
Nix-7da817e32f5e285f5fe09726f6031d8c6d4c74ea.tar.zst
Nix-7da817e32f5e285f5fe09726f6031d8c6d4c74ea.zip
Move adminer to pkgs
Diffstat (limited to 'pkgs/webapps/default.nix')
-rw-r--r--pkgs/webapps/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/webapps/default.nix b/pkgs/webapps/default.nix
index 4403f5d..3b9cadf 100644
--- a/pkgs/webapps/default.nix
+++ b/pkgs/webapps/default.nix
@@ -42,4 +42,6 @@ rec {
42 in 42 in
43 lib.attrsets.genAttrs names 43 lib.attrsets.genAttrs names
44 (name: callPackage (./dokuwiki/plugins + "/${name}.nix") {}); 44 (name: callPackage (./dokuwiki/plugins + "/${name}.nix") {});
45
46 adminer = callPackage ./adminer {};
45} 47}