-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
Build failure: neovim-unwrapped #366245
Comments
I'm also getting a new build failure for neovim-unwrapped on NixOS x86_64, so maybe not just darwin (and maybe not a darwin change)? EDIT: Different build error though, and building my build failure
|
Also getting the same issue as @n8henrie |
@n8henrie I took a look into this, and I think this may be a result of an overlay recommended for extensions like nixpkgs.overlays = [
(_: super: {
neovim-custom =
pkgs.wrapNeovimUnstable
(super.neovim-unwrapped.overrideAttrs (oldAttrs: {
version = "master";
buildInputs = oldAttrs.buildInputs ++ [super.tree-sitter];
}))
config;
})
]; I just removed the whole overlay (since I don't use the extensions anymore), and that fixed my build. Maybe just removing the |
@ethangillengg I'm unsure what changed, but I'm no longer getting any neovim-related build errors. The only possibly relevant change I made was adding |
It seems like most of the macOS sandbox issues have been resolved, except for the 64K sandbox program limit. Here we enable the sandbox, but in order to work around this limit, we add `/nix/store` to the allowed paths by default. (Presumably the sandbox compiler is smart enough to replace multiple `/nix/store/...` paths with a single `/nix/store` parent path.) This is less than optimal, but much safer than disabling the sandbox entirely, and probably safer than disabling the sandbox on a per-package, as-needed basis, as well. Ref: NixOS/nix#4119 (comment) Also see: NixOS/nixpkgs#346945 NixOS/nix#6836 NixOS/nix#4119 amarshall/home-manager@d7319b7 NixOS/nixpkgs#366245 NixOS/nix#2311 Signed-off-by: Drew Hess <[email protected]>
Steps To Reproduce
Steps to reproduce the behavior:
Build log
Build Log
Additional context
Perhaps related to #353873?
Metadata
these 2 paths will be fetched (0.01 MiB download, 0.11 MiB unpacked):
/nix/store/94zk0hzig7zjz8a6ki2bywnia1fxwfdp-DarwinTools-1
/nix/store/jbpjba1qnsv22wfzi06cl2gck95y5mqq-nix-info
copying path '/nix/store/94zk0hzig7zjz8a6ki2bywnia1fxwfdp-DarwinTools-1' from 'https://cache.nixos.org'...
copying path '/nix/store/jbpjba1qnsv22wfzi06cl2gck95y5mqq-nix-info' from 'https://cache.nixos.org'...
"aarch64-darwin"
Darwin 24.2.0, macOS 15.2
yes
no
nix-env (Nix) 2.24.10
"nixpkgs-24.05, nixpkgs-unstable"
/nix/var/nix/profiles/per-user/root/channels/nixpkgs
Notify maintainers
@manveru @rvolosatovs
Note for maintainers: Please tag this issue in your PR.
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: