mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-17 05:00:19 +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;
|
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 = [
|
systemd.tmpfiles.rules = [
|
||||||
"L /usr/bin/bwrap - - - - ${pkgs.bubblewrap}/bin/bwrap"
|
"L /usr/bin/bwrap - - - - ${pkgs.bubblewrap}/bin/bwrap"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue