mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
add bubblewrap to netty, symlink to /usr/bin/bwrap for codex
This commit is contained in:
parent
d878d6a634
commit
961cbd68be
1 changed files with 5 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue