about summary refs log tree commit diff
path: root/users/grfn/secrets/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/secrets/shell.nix')
-rw-r--r--users/grfn/secrets/shell.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/users/grfn/secrets/shell.nix b/users/grfn/secrets/shell.nix
deleted file mode 100644
index 6e70458d19..0000000000
--- a/users/grfn/secrets/shell.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-let
-  depot = import ../../.. { };
-in
-depot.third_party.nixpkgs.mkShell {
-  buildInputs = [
-    depot.third_party.agenix.cli
-  ];
-}