about summary refs log tree commit diff
path: root/tools/run/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run/shell.nix')
-rw-r--r--tools/run/shell.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/run/shell.nix b/tools/run/shell.nix
deleted file mode 100644
index e14bffae487c..000000000000
--- a/tools/run/shell.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-let
-  briefcase = import <briefcase> {};
-  pkgs = briefcase.third_party.pkgs;
-in pkgs.mkShell {
-  buildInputs = with pkgs; [
-    go
-    goimports
-    godef
-  ];
-}