Loading pkgs/by-name/at/attic-client/package.nix +0 −6 Original line number Diff line number Diff line Loading @@ -42,11 +42,6 @@ rustPlatform.buildRustPackage { ATTIC_DISTRIBUTOR = "attic"; # Workaround for https://github.com/NixOS/nixpkgs/issues/166205 env = lib.optionalAttrs stdenv.cc.isClang { NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; }; # Attic interacts with Nix directly and its tests require trusted-user access # to nix-daemon to import NARs, which is not possible in the build sandbox. doCheck = false; Loading @@ -69,4 +64,3 @@ rustPlatform.buildRustPackage { mainProgram = "attic"; }; } Loading
pkgs/by-name/at/attic-client/package.nix +0 −6 Original line number Diff line number Diff line Loading @@ -42,11 +42,6 @@ rustPlatform.buildRustPackage { ATTIC_DISTRIBUTOR = "attic"; # Workaround for https://github.com/NixOS/nixpkgs/issues/166205 env = lib.optionalAttrs stdenv.cc.isClang { NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}"; }; # Attic interacts with Nix directly and its tests require trusted-user access # to nix-daemon to import NARs, which is not possible in the build sandbox. doCheck = false; Loading @@ -69,4 +64,3 @@ rustPlatform.buildRustPackage { mainProgram = "attic"; }; }