-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken packages in Nix-shell file #852
Comments
Thanks for letting us know about this!
If that makes sense to you and you can test, could you either send a PR or let me know the update you made here so I can fix the docs? |
Thanks! Would love to test it, although I'm not sure exactly how to incorporate that code snippet you linked into the nix-shell file. |
Hi @simonelnahas, are you by chance running macOS on a recent If Depending on your preferences for using Nix, a couple ways to update that
{ pkgs ? import (fetchTarball "https://github.com/nixos/nixpkgs/archive/0a4206a51b386e5cda731e8ac78d76ad924c7125.tar.gz") {}
}:
Let me know if bumping the nixpkgs version solves the issue! If not, then conditionally including the {
# ...
buildInputs = [
autoconf
automake
curl
erlangR25
fwup
git
pkgs.beam.packages.erlangR25.elixir
rebar3
squashfsTools
pkg-config
] ++ lib.optionals stdenv.isLinux [ x11_ssh_askpass ];
# ...
} |
Environment
MacOS 13.2.1
Current behavior
Using the file provided in the docs here saved as default.nix:
I get the following errors:
The text was updated successfully, but these errors were encountered: