about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b2e6708..85f7915 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,6 @@
             inherit system;
             overlays = [ gomod2nix.overlays.default ];
           };
-          nativeBuildInputs = with pkgs; [ go ];
           packages = import ./nix/default.nix {
             inherit pkgs self;
           };