postgresqlPackages.pgvecto-rs: fix build failure on rust 1.78 #320302
OfBorg / postgresqlPackages.pgvecto-rs, postgresqlPackages.pgvecto-rs.passthru.tests on x86_64-darwin
succeeded
Jun 16, 2024 in 0s
Success
Attempted: postgresqlPackages.pgvecto-rs.passthru.tests
The following builds were skipped because they don't evaluate on x86_64-darwin: postgresqlPackages.pgvecto-rs
Details
Partial log
then pass `--impure` in order to allow use of environment variables.
b) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
c) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
Loading