You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I haven't been able to install prefmanager on my Intel MBP via environment.systemPackages or as a user package with nix.useSandbox set to true (the default on NixOS, FWIW). After I rebuild with nix.useSandbox = false; I'm able to install prefmanager successfully.
This looks like an instance of NixOS/nix#4119 – though I'm not sure what to suggest. Aside from prefmanager, I haven't run into any issues with sandbox mode, which I've had enabled for a while now.
Each time I build my flake-based system configuration I receive the following error:
building '/nix/store/yg5d4940nq5xqnnrn7nvlmid440p265k-darwin-system-21.11.20211220.df6791e+darwin4.a2ed0b0.drv'...
error: builder for '/nix/store/yg5d4940nq5xqnnrn7nvlmid440p265k-darwin-system-21.11.20211220.df6791e+darwin4.a2ed0b0.drv' failed with exit code 65;
last 1 log lines:
> sandbox-exec: pattern serialization length 66284 exceeds maximum (65535)
For full logs, run 'nix log /nix/store/yg5d4940nq5xqnnrn7nvlmid440p265k-darwin-system-21.11.20211220.df6791e+darwin4.a2ed0b0.drv'.
Unfortunately, there's nothing else in the log.
The text was updated successfully, but these errors were encountered:
montchr
changed the title
prefmanager incompatible with nix sandbox mode
prefmanager fails to install with sandbox mode enabled
Dec 26, 2021
montchr
pushed a commit
to montchr/dotfield
that referenced
this issue
Dec 26, 2021
Hi @malob – thanks for your excellent work on https://github.com/malob/nixpkgs – I've borrowed some ideas and snippets in my own config. That's how I came across
prefmanager
.However, I haven't been able to install
prefmanager
on my Intel MBP viaenvironment.systemPackages
or as a user package withnix.useSandbox
set totrue
(the default on NixOS, FWIW). After I rebuild withnix.useSandbox = false;
I'm able to installprefmanager
successfully.This looks like an instance of NixOS/nix#4119 – though I'm not sure what to suggest. Aside from
prefmanager
, I haven't run into any issues with sandbox mode, which I've had enabled for a while now.Each time I build my flake-based system configuration I receive the following error:
Unfortunately, there's nothing else in the log.
The text was updated successfully, but these errors were encountered: