about summary refs log tree commit diff
path: root/users/wpcarro/tools/monzo_ynab/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/tools/monzo_ynab/shell.nix')
-rw-r--r--users/wpcarro/tools/monzo_ynab/shell.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/users/wpcarro/tools/monzo_ynab/shell.nix b/users/wpcarro/tools/monzo_ynab/shell.nix
deleted file mode 100644
index f777c13fef..0000000000
--- a/users/wpcarro/tools/monzo_ynab/shell.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ pkgs, ... }:
-
-pkgs.mkShell {
-  buildInputs = with pkgs; [
-    go
-    goimports
-    godef
-  ];
-}