about summary refs log tree commit diff
path: root/go/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'go/shell.nix')
-rw-r--r--go/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/shell.nix b/go/shell.nix
index 836718d85f29..e98da7d0f84a 100644
--- a/go/shell.nix
+++ b/go/shell.nix
@@ -1,4 +1,4 @@
-{ pkgs ? import <nixpkgs> {}, ... }:
+{ pkgs, ... }:
 
 pkgs.mkShell {
   buildInputs = [