Loading pkgs/by-name/at/attic-client/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, rustPlatform, fetchFromGitHub, nixForLinking, nixVersions, nixosTests, boost, pkg-config, Loading @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage { buildInputs = [ nixForLinking nixVersions.nix_2_24 boost ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( Loading @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage { useFetchCargoVendor = true; ATTIC_DISTRIBUTOR = "nixpkgs"; NIX_INCLUDE_PATH = "${lib.getDev nixForLinking}/include"; NIX_INCLUDE_PATH = "${lib.getDev nixVersions.nix_2_24}/include"; # 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. Loading Loading
pkgs/by-name/at/attic-client/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ lib, rustPlatform, fetchFromGitHub, nixForLinking, nixVersions, nixosTests, boost, pkg-config, Loading @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage { buildInputs = [ nixForLinking nixVersions.nix_2_24 boost ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( Loading @@ -44,7 +44,7 @@ rustPlatform.buildRustPackage { useFetchCargoVendor = true; ATTIC_DISTRIBUTOR = "nixpkgs"; NIX_INCLUDE_PATH = "${lib.getDev nixForLinking}/include"; NIX_INCLUDE_PATH = "${lib.getDev nixVersions.nix_2_24}/include"; # 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. Loading