summaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-10-29 14:59:24 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-03 15:58:55 +0100
commitce8aaab79c974df90360e0f5de211341cb1aedfb (patch)
treeb8341e30273cdf73d1a96c8c0019adb12e29b3cb /shell.nix
parent0700338a63a5f834659974c1d0c87d169861776f (diff)
Remove shellHook
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/shell.nix b/shell.nix
index 7b9c8a4..33df2f9 100644
--- a/shell.nix
+++ b/shell.nix
@@ -37,10 +37,6 @@ pkgs.mkShell {
zlib
];
- shellHook = ''
- alias docker='docker --host=tcp://localhost:8095'
- '';
-
LIBCLANG_PATH = "${pkgs.llvmPackages.libclang}/lib";
inherit PG_USER PG_DB PG_PW PG_CONTAINER_NAME;
}