aboutsummaryrefslogtreecommitdiff
path: root/secretmgr/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'secretmgr/shell.nix')
-rw-r--r--secretmgr/shell.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/secretmgr/shell.nix b/secretmgr/shell.nix
deleted file mode 100644
index c9b8053..0000000
--- a/secretmgr/shell.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- pkgs ? import <nixpkgs> {}
-}:
-
-with pkgs; mkShell {
- nativeBuildInputs = [
- nomad
- docker-compose
- python39Packages.pip
- python39Packages.ldap
- python39Packages.consul
- python39Packages.passlib
- ];
-}
-