mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
fix agent-browser (#38)
This commit is contained in:
parent
8c78cf18e1
commit
029ad0af21
2 changed files with 19 additions and 3 deletions
|
|
@ -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 ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue