mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
Add pnpm to netty packages
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
c391a98300
commit
e30404a7e1
1 changed files with 4 additions and 1 deletions
|
|
@ -80,7 +80,10 @@ in {
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
environment.systemPackages = packageSets.core ++ packageSets.extras ++ [pkgs.bubblewrap];
|
||||
environment.systemPackages = packageSets.core ++ packageSets.extras ++ [
|
||||
pkgs.bubblewrap
|
||||
pkgs.pnpm
|
||||
];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L /usr/bin/bwrap - - - - ${pkgs.bubblewrap}/bin/bwrap"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue