fix agent-browser (#38)
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Hari 2026-04-02 00:42:58 -04:00 committed by GitHub
parent 8c78cf18e1
commit 029ad0af21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 3 deletions

View file

@ -105,6 +105,10 @@ in
services.journald.extraConfig = "MaxRetainedFileSec=1week";
# Provide /lib64/ld-linux-x86-64.so.2 so unpatched binaries
# from npm, cargo-install, etc. can run without patchelf.
programs.nix-ld.enable = true;
virtualisation.docker.enable = true;
environment.systemPackages = packageSets.extras ++ [