mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: add pnpm and turborepo
This commit is contained in:
parent
e9c4658fa6
commit
161f97110d
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
{pkgs, pkgsUnstable, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.nodejs
|
||||
pkgsUnstable.pnpm
|
||||
pkgsUnstable.turbo-unwrapped
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue