diff options
-rw-r--r-- | flake.nix | 1 |
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; }; |