Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell
Created March 6, 2021 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinlacewell/2568354e8140409299ac9ba7d848752f to your computer and use it in GitHub Desktop.
Save dustinlacewell/2568354e8140409299ac9ba7d848752f to your computer and use it in GitHub Desktop.
nix-env -iA nixos.pgadmin ~/src/sima/poc
installing 'pgadmin3-1.22.2'
error: Package ‘gst-plugins-base-0.10.36’ in /nix/store/21r9dxdkh1xxihjpc4axf6rcqq375h5m-nixos-20.09pre239318.c59ea8b8a0e/nixos/pkgs/development/libraries/gstreamer/legacy/gst-plugins-base/default.nix:55 is marked as broken, refusing to evaluate.
a) For `nixos-rebuild` you can set
{ nixpkgs.config.allowBroken = true; }
in configuration.nix to override this.
b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
{ allowBroken = true; }
to ~/.config/nixpkgs/config.nix.
(use '--show-trace' to show detailed location information)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment