Commit Graph

708 Commits

Author SHA1 Message Date
Thomas Tuegel
13c000db21
Merge pull request #185824 from otavio/topic/iosevka-update
iosevka{,-bin}: 15.5.2 -> 15.6.3
2022-08-15 10:39:24 -05:00
Tom Houlé
0570881609 nodePackages.prisma: 4.1.1 -> 4.2.1 2022-08-12 09:09:06 +02:00
Theodore Ni
4c531627b8
nodePackages.pnpm: 7.8.0 -> 7.9.1
https://github.com/pnpm/pnpm/releases/tag/v7.9.1
2022-08-11 09:31:35 -07:00
Otavio Salvador
4cbdad20ee iosevka: 15.5.2 -> 15.6.3
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-08-09 15:54:14 -03:00
TredwellGit
d763334cb3 nodePackages: pin webassemblyjs to 1.11.1
Fixes https://github.com/NixOS/nixpkgs/issues/184913
2022-08-04 06:27:34 +00:00
Tom Houlé
196b1eabcd nodePackages.prisma: 4.0.0 -> 4.1.1 2022-08-02 14:19:05 +02:00
Maria
8c10a967f7
balanceofsatoshis: add shell completion 2022-07-26 08:08:30 -04:00
Sandro
c63e60c0c2
Merge pull request #178465 from jvanbruegge/lv_font_conv
nodePackages.lv_font_conv: init at 1.5.2
2022-07-06 16:18:40 +02:00
Damien Cassou
3d07a3f961
iosevka: 15.5.0 -> 15.5.2
This requires an update of node-packages.nix.
2022-07-01 21:03:18 +02:00
Julius de Bruijn
a7d864f07c nodePackages.prisma: 3.15.1 -> 4.0.0 2022-06-28 15:28:19 +02:00
Malo Bourgon
57e9b1af3f nodePackages.aws-cdk: add meta.mainProgram 2022-06-22 12:16:24 -07:00
Jan van Brügge
c916601fd4
nodePackages.lv_font_conv: init at 1.5.2 2022-06-21 18:14:12 +02:00
Joshua Wong
247824f263 nodePackages."@forge/cli": init at 4.4.0 2022-06-19 17:36:42 -05:00
Sandro Jäckel
201b271213
vimPackages: add some coc packages 2022-06-16 20:11:03 +02:00
Jonathan del Strother
9b015b6c16
nodePackages: add aws-cdk 2022-06-11 16:18:04 +01:00
Sandro
b60f922d95
Merge pull request #177058 from pimeys/prisma-3.15.1
prisma-engines: 3.14.0 -> 3.15.1
2022-06-11 02:49:08 +02:00
Ilan Joselevich
519e07b297 nodePackages.graphql-language-service-cli: init at 3.2.26 2022-06-09 11:16:38 -07:00
Julius de Bruijn
2340d0c184 nodePackages.prisma: 3.14.0 -> 3.15.1 2022-06-09 18:12:20 +02:00
Robert Schütz
6232c43e4d deltachat-desktop: 1.30.0 -> 1.30.1
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.30.1
2022-06-07 19:29:32 +00:00
lunik1
950a860155 iosevka: 14.0.1 → 15.5.0 2022-06-05 18:50:59 -04:00
Paul Dettorer Hervot
a65c1aa136 nodePackages: update to fix markdown-preview-nvim 2022-06-01 13:27:41 -07:00
Brian Ryall
79772f20c5 beancount-language-server: refactor -> 1.1.1 2022-05-30 22:33:51 -04:00
Robert Schütz
e47fff26cc deltachat-desktop: 1.28.2 -> 1.30.0
https://github.com/deltachat/deltachat-desktop/blob/v1.30.0/CHANGELOG.md
2022-05-30 12:54:51 -07:00
Paul Dettorer Hervot
833d7f8aed vimPlugins.markdown-preview-nvim: add a missing node depedency 2022-05-29 21:41:39 +02:00
Sandro
a64d1a913f
Merge pull request #174928 from toastal/purs-tidy-init
nodePackages.purs-tidy: init at 0.9.0
2022-05-27 17:55:40 +02:00
toastal
e32a078b5e nodePackages.purs-tidy: init at 0.9.0
Code formatter for modern PureScript
2022-05-27 19:28:42 +07:00
Artturin
c1fffdfffb treewide: change some glibc to stdenv.cc.libc 2022-05-27 05:57:43 +03:00
Joscha
4d6a40140c vscode-extensions.rust-lang.rust-analyzer: 0.2.1048 -> 0.3.1059
This update changes the extension's publisher from "matklad" to
"rust-lang" and moves it to `vscode-extensions.rust-lang.rust-analyzer`,
but keeps `vscode-extensions.matklad.rust-analyzer` for backwards
compatibility. It also bumps the version number from 0.2.xxx to 0.3.xxx,
as described in changelog #129.5:
https://rust-analyzer.github.io/thisweek/2022/05/17/changelog-129-5.html
2022-05-21 05:04:10 -04:00
Malo Bourgon
73fe05a563 nodePackages: add meta.mainProgram to packages with multiple executables
where none of the executables match the package's `name` or `pname`, and
one of the executables is the obvious `mainProgram`.
2022-05-17 00:12:13 -07:00
Malo Bourgon
628a107546 nodePackages: get more packages building
Packages that now build:
* "@electron-forge/cli
* "@hyperspace/cli"/hyperspace-cli
* "@medable/mdctl-cli"
* thelounge-plugin-giphy
* vega-cli

Also move `pkgs.makeWrapper` from `buildInputs` to `nativeBuildInputs`
in overrides.
2022-05-14 11:30:21 -07:00
Malo Bourgon
31673e9aee nodePackages: make it easy to add meta.mainProgram to packages
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`.
2022-05-14 11:30:15 -07:00
Malo Bourgon
745739f280 nodePackages: cleanup/fix overrides
* 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.
2022-05-14 11:26:23 -07:00
Malo Bourgon
c8b24b7faa nodePackages: sort overrides 2022-05-14 11:24:35 -07:00
Jörg Thalheim
d8a708d2b6
Merge pull request #172801 from midchildan/fix/epgstation
epgstation: fix build
2022-05-14 08:12:55 +01:00
Sandro
da20988217
Merge pull request #172563 from pimeys/prisma-tests 2022-05-13 21:22:52 +02:00
midchildan
834477e4d4
epgstation: move node-pre-gyp and node-gyp-build to buildInputs 2022-05-14 00:48:28 +09:00
Julius de Bruijn
03651228c4 nodePackages.prisma: package tests to validate binary interop 2022-05-13 16:49:47 +02:00
Aleksander Gondek
41b99ff816
vscode-extensions.matklad.rust-analyzer: 0.2.975 - > 0.2.1048 2022-05-13 11:41:59 +02:00
midchildan
dfeb273bfa
epgstation: fix build 2022-05-13 10:39:02 +09:00
Armeen Mahdian
c53a9ada0b nodePackages: remove lumo-build-deps 2022-05-12 16:00:40 -05:00
Julius de Bruijn
af7b065217 nodePackages.prisma: 3.13.0 -> 3.14.0 2022-05-10 16:12:33 +02:00
Armeen Mahdian
ca079e3074 phantomjs2: remove 2022-05-04 16:36:21 -05:00
happysalada
91bbd5677d nodePackages: use latest node2nix 2022-05-02 00:46:16 -04:00
Sandro
b8150f791c
Merge pull request #170524 from armeenm/unbreak-hyperspace-cli
hyperspace-cli: unbreak
2022-04-27 17:49:01 +02:00
Julius de Bruijn
4bd5ee55ab nodePackages.prisma: 3.12.0 -> 3.13.0 2022-04-27 10:51:21 +02:00
Armeen Mahdian
f4f0f8a62b hyperspace-cli: unbreak 2022-04-26 17:18:43 -05:00
DarkOnion0
e3025623e6 coc-haxe: init at 0.8.0 2022-04-21 06:50:36 +02:00
workflow
bb426117be add coc-flutter NPM dependency 2022-04-16 00:25:38 +01:00
workflow
2af96a4832 update node-packages.nix 2022-04-15 17:56:03 +01:00
Jonas Heinrich
00214c2346 nodePackages: add ts-node 2022-04-13 14:37:41 -04:00