From 57f5521ef32dbc77b8558b4a20504f5fbd0b38c1 Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 3 Jan 2023 03:05:07 +0000 Subject: [PATCH] grpc: unpin (seems to build OK) --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 3f93bae7..6901f9c2 100644 --- a/flake.nix +++ b/flake.nix @@ -77,10 +77,6 @@ # gocryptfs = cross.gocryptfs; # pinned packages: - # 2022/12/13: grpc does not build on aarch64-linux. https://github.com/NixOS/nixpkgs/issues/205887 - grpc = stable.grpc; - # depends on grpc, so pinned. - duplicity = stable.duplicity; }) ]; }