aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/websites/tools/db.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixops/modules/websites/tools/db.nix')
-rw-r--r--nixops/modules/websites/tools/db.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/websites/tools/db.nix b/nixops/modules/websites/tools/db.nix
index 6957e30..f7ca585 100644
--- a/nixops/modules/websites/tools/db.nix
+++ b/nixops/modules/websites/tools/db.nix
@@ -1,4 +1,4 @@
1{ lib, pkgs, config, mylibs, ... }: 1{ lib, pkgs, config, ... }:
2let 2let
3 adminer = pkgs.callPackage ../commons/adminer.nix {}; 3 adminer = pkgs.callPackage ../commons/adminer.nix {};
4 4