summary refs log tree commit diff
path: root/pkgs/development/node-packages/default.nix
Commit message (Collapse)AuthorAge
* nodePackages: add aliasesLily Foster2023-05-04
|
* nodePackages: make it easy to add meta.mainProgram to packagesMalo Bourgon2022-05-14
| | | | | | | | | | | | | | | | | | | | This was accomplish by moving the current overrides overlay out of ./default.nix into to a seperate file ./overrides.nix, and composing that overlay an overlay ,`mainProgramOverrides`, (defined in ./default.nix) which uses the contents of a new file ./main-programs.nix to create overrides that add `meta.mainProgram` to packages. The following changes were also made to existing overrides: * `self` and `super` where changed to `final` and `prev` respectively * Existing additions of `mainProgram` were moved to ./main-programs.nix * References to `pkgs.lib` were changed to `lib` * References to `pkgs.nodejs` were changed to `nodejs` * References to `nodePackages` were changed to `final` * References to `pkgs.callPackage` were changed to `callPackage` Finally `meta.mainProgram` was added to all packages that provide a single executable whose name differs from the package's name, for packages available on `{aarch64,x86_64}-darwin` and `x86_64-linux`.
* nodePackages: cleanup/fix overridesMalo Bourgon2022-05-14
| | | | | | * Standardize on `override` vs `overrideAttrs'. * Use `oldAttrs` as standard argument to `override` when it's needed. * Fix overrides of `meta` so that original attributes are preserved.
* nodePackages: sort overridesMalo Bourgon2022-05-14
|
* Merge pull request #172801 from midchildan/fix/epgstationJörg Thalheim2022-05-14
|\ | | | | epgstation: fix build
| * epgstation: move node-pre-gyp and node-gyp-build to buildInputsmidchildan2022-05-14
| |
| * epgstation: fix buildmidchildan2022-05-13
| |
* | nodePackages.prisma: package tests to validate binary interopJulius de Bruijn2022-05-13
|/
* nodePackages.prisma: 3.13.0 -> 3.14.0Julius de Bruijn2022-05-10
|
* phantomjs2: removeArmeen Mahdian2022-05-04
|
* nodePackages: use latest node2nixhappysalada2022-05-02
|
* Merge pull request #170524 from armeenm/unbreak-hyperspace-cliSandro2022-04-27
|\ | | | | hyperspace-cli: unbreak
| * hyperspace-cli: unbreakArmeen Mahdian2022-04-26
| |
* | nodePackages.prisma: 3.12.0 -> 3.13.0Julius de Bruijn2022-04-27
|/
* nodePackages: add ts-nodeJonas Heinrich2022-04-13
|
* Merge pull request #166804 from Luflosi/fix-postcss-cliSandro2022-04-06
|\
| * nodePackages.postcss-cli: fix execution of binaryLuflosi2022-04-01
| | | | | | | | | | | | | | | | Without this change, executing the postcss binary results in the following error: Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'postcss' Thanks to https://github.com/NixOS/nixpkgs/issues/145618#issuecomment-1051347961 I finally managed to fix this. For some reason `wrapProgram` is still needed though. Fixes https://github.com/NixOS/nixpkgs/issues/145618.
| * nodePackages.postcss-cli: add Luflosi as maintainerLuflosi2022-04-01
| |
* | nodePackages.prisma: 3.11.0 -> 3.12.0Julius de Bruijn2022-04-05
|/
* nodePackages.typescript: add mainProgramMalo Bourgon2022-03-28
|
* Merge pull request #161249 from lunik1/lounge-plugin-fixesSandro2022-03-23
|\
| * nodePackages.thelounge-{plugin-closepms, theme-flat-blue, theme-flat-dark}: ↵lunik12022-02-21
| | | | | | | | | | | | add override These thelounge plugins require node-pre-gyp to build
* | prisma: 3.10.0 -> 3.11.0Julius de Bruijn2022-03-15
| |
* | Merge pull request #159865 from midchildan/update/epgstationKevin Cox2022-03-12
|\ \ | | | | | | epgstation: 1.7.5 -> 2.6.20
| * | node2nix: backport package alias portmidchildan2022-03-12
| | |
| * | epgstation: 1.7.5 -> 2.6.20midchildan2022-03-12
| | |
* | | nodePackages: fix evalNaïm Favier2022-03-11
|/ / | | | | | | Remove use of aliases so that eval succeeds with allowAliases = false
* | parcel: init at 2.3.2afreakk2022-03-03
| |
* | prisma 3.8.0 -> 3.10.0Julius de Bruijn2022-02-22
| |
* | Merge pull request #158797 from teutat3s/feature/manta-use-nodejs-14Sandro2022-02-21
|\ \ | |/ |/|
| * manta: use nodejs-14_x, default nodejs version on release-21.11teutat3s2022-02-09
| |
* | tailwind: add support for pluginsRobert Helgesson2022-02-15
| | | | | | | | | | | | | | | | | | | | Also add packages for - @tailwindcss/aspect-ratio - @tailwindcss/forms - @tailwindcss/language-server - @tailwindcss/line-clamp - @tailwindcss/typography
* | near-cli: init at 3.1.0Léo Gaspard2022-02-12
|/
* nodePackages.@uppy/companion: init at 3.1.1netcrns2022-02-07
|
* Merge pull request #155920 from teutat3s/feature/triton-completion-prSandro2022-01-23
|\
| * nodePackages.triton: add completionteutat3s2022-01-23
| |
* | Merge pull request #155921 from teutat3s/feature/manta-completion-prSandro2022-01-23
|\ \
| * | nodePackages.manta: add completionteutat3s2022-01-23
| |/
* / nodePackages.typescript-language-server: typescript dependecy as fallbackJosé Luis Lafuente2022-01-20
|/ | | | | | | | | | Make possible to use a different typescript version. If there is already a typescript binary on your PATH, probably you want to use that. This way it's possible to use a different typescript version (with nix shell, direnv, npm, ...), but still have a fallback version, so the lsp server doesn't fail to start Related to #73119
* nodePackages.tailwindcss: 3.0.8 -> 3.0.15Austin Butler2022-01-17
|
* Merge pull request #154388 from winterqt/thelounge-testpennae2022-01-16
|\ | | | | nixos/thelounge: add test
| * nodePackages.thelounge: add winter to maintainersWinter2022-01-16
| |
| * nixos/thelounge: add testWinter2022-01-16
| |
* | prisma: 3.7.0 -> 3.8.0Julius de Bruijn2022-01-11
|/
* nixos/thelounge: add plugins optionWinter2022-01-09
|
* prisma: 3.6.0 -> 3.7.0Julius de Bruijn2021-12-21
|
* prisma: 3.5.0 -> 3.6.0Julius de Bruijn2021-12-07
|
* Merge pull request #146166 from jonringer/fix-teck-programmerSandro2021-11-26
|\
| * nodePackages.teck-programmer: fix buildJonathan Ringer2021-11-22
| | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | Merge pull request #146244 from pimeys/prisma-3.5.0Guillaume Girol2021-11-20
|\ \ | | | | | | prisma: 3.4.0 -> 3.5.0