add bubblewrap to netty, symlink to /usr/bin/bwrap for codex

This commit is contained in:
Harivansh Rathi 2026-03-29 17:31:36 -04:00
parent d878d6a634
commit 961cbd68be

View file

@ -80,7 +80,11 @@ in {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = packageSets.core ++ packageSets.extras;
environment.systemPackages = packageSets.core ++ packageSets.extras ++ [pkgs.bubblewrap];
systemd.tmpfiles.rules = [
"L /usr/bin/bwrap - - - - ${pkgs.bubblewrap}/bin/bwrap"
];
system.configurationRevision = self.rev or self.dirtyRev or null;
system.stateVersion = "24.11";