Commit Graph

124 Commits

Author SHA1 Message Date
Pol Dellaiera
70b353ddc0
astro-language-server: 2.14.2 -> 2.15.0 (#347261) 2024-10-09 21:06:36 +02:00
jfvillablanca
0b3c388af0 astro-language-server: 2.14.2 -> 2.15.0
* Diff: https://github.com/withastro/language-tools/compare/%40astrojs/language-server%402.14.2...%40astrojs/language-server%402.15.0
2024-10-09 06:49:29 +08:00
R. Ryantm
e79165878a ast-grep: 0.27.3 -> 0.28.0 2024-10-07 00:34:53 +00:00
h7x4
b5c0db4185
asm-lsp: add support for darwin (#344556) 2024-10-01 20:16:36 +02:00
Martin Weinelt
27b4e638c0
treewide: replace passthru.optional-dependencies with optional-dependencies (#345232) 2024-09-30 15:41:25 +02:00
Robert Schütz
543781083a treewide: replace passthru.optional-dependencies with optional-dependencies 2024-09-29 20:37:23 -07:00
Fabián Heredia Montiel
4d2f662676
assemblyscript: 0.27.29 -> 0.27.30 (#344867) 2024-09-29 11:08:58 -06:00
R. Ryantm
14e14fa547 ast-grep: 0.27.1 -> 0.27.3 2024-09-29 08:20:26 +00:00
Caique Figueiredo
430ac7426f asm-lsp: format with nixfmt 2024-09-28 01:33:14 -03:00
Caique Figueiredo
da26765f7a asm-lsp: add CaiqueFigueiredo to maintainers 2024-09-28 01:32:12 -03:00
Caique Figueiredo
bc15896be2 asm-lsp: add support for darwin 2024-09-28 01:31:00 -03:00
R. Ryantm
0590cc270c assemblyscript: 0.27.29 -> 0.27.30 2024-09-27 12:22:05 +00:00
Weijia Wang
1fdb08f4d3
astro-language-server: 2.10.0 -> 2.14.2 (#343225) 2024-09-27 02:37:10 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
6ae535b3a6 astartectl: 24.5.0 -> 24.5.2 2024-09-22 23:26:00 +00:00
DataHearth
bf310f7fcb
astro-language-server: 2.10.0 -> 2.14.2 2024-09-21 11:48:29 +02:00
R. Ryantm
06f83913cb ast-grep: 0.27.0 -> 0.27.1 2024-09-19 04:35:15 +00:00
Anthony ROUSSEL
53c7d6fd6b asouldocs: add passthru.tests.version 2024-09-17 22:02:51 +02:00
Anthony ROUSSEL
8b9ca93a74 asouldocs: migrate to pkgs/by-name, format with nixfmt-rfc-style 2024-09-17 22:02:48 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Francesco Noacco
c10dfce278 astartectl: remove no longer needed version override
astartectl 24.5.0 updates go version, and it now compiles without issues
2024-09-11 14:12:16 +02:00
R. Ryantm
d571aab7c0 astartectl: 23.5.2 -> 24.5.0 2024-09-10 09:53:03 +00:00
Weijia Wang
ed12873b5d
asfa: 0.10.0 -> 0.10.0-1 (#337378) 2024-09-09 22:01:57 +02:00
R. Ryantm
03f12b4827 ast-grep: 0.26.3 -> 0.27.0 2024-09-08 00:25:45 +00:00
R. Ryantm
f5a53c02c0 asm-lsp: 0.7.4 -> 0.9.0 2024-09-06 04:16:39 +00:00
R. Ryantm
8c23073887 astartectl: 23.5.1 -> 23.5.2 2024-09-03 00:40:39 +00:00
R. Ryantm
9a8c62f841 ast-grep: 0.24.1 -> 0.26.3 2024-08-27 07:36:42 +00:00
R. Ryantm
8abca4935e asfa: 0.10.0 -> 0.10.0-1 2024-08-26 01:03:09 +00:00
Fabian Affolter
1e2d010d80
Merge pull request #336207 from r-ryantm/auto-update/asn
asn: 0.77.0 -> 0.78.0
2024-08-21 08:04:38 +02:00
R. Ryantm
15d89da46a asn: 0.77.0 -> 0.78.0 2024-08-21 00:45:06 +00:00
Peder Bergebakken Sundt
fcdecc256a
treewide: change ${pname} to string literal (#336172)
* adwaita-icon-theme: change `${pname}` to string literal

* alp: change `${pname}` to string literal

* alsa-oss: change `${pname}` to string literal

* alsa-plugins: change `${pname}` to string literal

* alsa-ucm-conf: change `${pname}` to string literal

* alsa-utils: change `${pname}` to string literal

* anyrun: change `${pname}` to string literal

* assemblyscript: change `${pname}` to string literal

* audiobookshelf: change `${pname}` to string literal

* baobab: change `${pname}` to string literal

* braa: change `${pname}` to string literal

* brill: change `${pname}` to string literal

* centrifugo: change `${pname}` to string literal

* cheese: change `${pname}` to string literal

* cljfmt: change `${pname}` to string literal

* coppwr: change `${pname}` to string literal

* cosmic-edit: change `${pname}` to string literal

* cosmic-files: change `${pname}` to string literal

* cosmic-store: change `${pname}` to string literal

* cosmic-term: change `${pname}` to string literal

* crate2nix: change `${pname}` to string literal

* cups-kyocera-3500-4500: change `${pname}` to string literal

* dbqn: change `${pname}` to string literal

* dconf-editor: change `${pname}` to string literal

* devhelp: change `${pname}` to string literal

* dmarc-report-converter: change `${pname}` to string literal

* engage: change `${pname}` to string literal

* eog: change `${pname}` to string literal

* evolution-data-server-gtk4: change `${pname}` to string literal

* find-billy: change `${pname}` to string literal

* firefly-iii: change `${pname}` to string literal

* fuchsia-cursor: change `${pname}` to string literal

* geary: change `${pname}` to string literal

* ghex: change `${pname}` to string literal

* gitg: change `${pname}` to string literal

* glasskube: change `${pname}` to string literal

* gnome.gnome-autoar: change `${pname}` to string literal

* gnome.gnome-calculator: change `${pname}` to string literal

* gnome.gnome-calendar: change `${pname}` to string literal

* gnome.gnome-common: change `${pname}` to string literal

* gnome.gnome-dictionary: change `${pname}` to string literal

* gnome.gnome-disk-utility: change `${pname}` to string literal

* gnome.gnome-font-viewer: change `${pname}` to string literal

* gnome.gnome-keyring: change `${pname}` to string literal

* gnome.gnome-screenshot: change `${pname}` to string literal

* gnome.gnome-system-monitor: change `${pname}` to string literal

* gnome.seahorse: change `${pname}` to string literal

* gnome.simple-scan: change `${pname}` to string literal

* gnome.sushi: change `${pname}` to string literal

* gnome.totem: change `${pname}` to string literal

* gnome.yelp: change `${pname}` to string literal

* gnome.yelp-xsl: change `${pname}` to string literal

* gnucap-full: change `${pname}` to string literal

* goredo: change `${pname}` to string literal

* guile-semver: change `${pname}` to string literal

* halo: change `${pname}` to string literal

* intiface-central: change `${pname}` to string literal

* intune-portal: change `${pname}` to string literal

* iscc: change `${pname}` to string literal

* jetbrains-toolbox: change `${pname}` to string literal

* jnr-posix: change `${pname}` to string literal

* keymapp: change `${pname}` to string literal

* libation: change `${pname}` to string literal

* libeduvpn-common: change `${pname}` to string literal

* libmamba: change `${pname}` to string literal

* littlefs-fuse: change `${pname}` to string literal

* logseq: change `${pname}` to string literal

* lxgw-wenkai-tc: change `${pname}` to string literal

* microsoft-identity-broker: change `${pname}` to string literal

* minetest-mapserver: change `${pname}` to string literal

* msalsdk-dbusclient: change `${pname}` to string literal

* neverest: change `${pname}` to string literal

* nf-test: change `${pname}` to string literal

* numbat: change `${pname}` to string literal

* pdf2odt: change `${pname}` to string literal

* plemoljp: change `${pname}` to string literal

* plemoljp-hs: change `${pname}` to string literal

* plemoljp-nf: change `${pname}` to string literal

* pocket-updater-utility: change `${pname}` to string literal

* proto: change `${pname}` to string literal

* pw3270: change `${pname}` to string literal

* ratchet: change `${pname}` to string literal

* read-it-later: change `${pname}` to string literal

* redmine: change `${pname}` to string literal

* regina: change `${pname}` to string literal

* regripper: change `${pname}` to string literal

* revolt-desktop: change `${pname}` to string literal

* rs: change `${pname}` to string literal

* signaturepdf: change `${pname}` to string literal

* sonarlint-ls: change `${pname}` to string literal

* srgn: change `${pname}` to string literal

* stackit-cli: change `${pname}` to string literal

* substudy: change `${pname}` to string literal

* swayosd: change `${pname}` to string literal

* synthesia: change `${pname}` to string literal

* tarlz: change `${pname}` to string literal

* termcap: change `${pname}` to string literal

* tinycompress: change `${pname}` to string literal

* tracexec: change `${pname}` to string literal

* treefmt2: change `${pname}` to string literal

* udev-gothic: change `${pname}` to string literal

* udev-gothic-nf: change `${pname}` to string literal

* vvvvvv: change `${pname}` to string literal

* yggdrasil: change `${pname}` to string literal

* zsync: change `${pname}` to string literal
2024-08-20 15:56:55 -07:00
Doron Behar
d6f7206fe0
Merge pull request #323493 from pyrox0/pnpm-fetchdeps-improve
pnpm.fetchDeps: Add workspace and custom pnpm config commands support
2024-08-07 12:37:34 +00:00
Peder Bergebakken Sundt
462b96d2a1
Merge pull request #326243 from jcaesar/pr-13
treewide: skip generating shell completions using $out/bin/… when cross compiling
2024-08-06 08:15:56 +02:00
Doron Behar
d128948f8c astro-language-server: init at 2.10.0
Close #309100 .

Co-authored-by: Pyrox <pyrox@pyrox.dev>
2024-08-05 18:36:54 +03:00
R. Ryantm
2bb681036a asm-lsp: 0.7.3 -> 0.7.4 2024-08-04 12:17:41 +00:00
Julius Michaelis
6a9beaf893 treewide: skip generating shell completions using $out/bin/… when cross compiling
This focuses on Rust packages, since the most commonly used argument
parser library (clap/structopt) makes the following pattern natural and
thus common:

  postInstall = ''
    installShellCompletion --cmd foo \
      --bash <($out/bin/foo completion bash) \
      …

This commit just guards those with

lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform)

splitting the string where unrelated actions are performed.
2024-08-04 10:50:48 +09:00
R. Ryantm
b522ea43ee asm-lsp: 0.7.1 -> 0.7.3 2024-07-23 02:53:08 +00:00
aleksana
a0be8a664f ascii-draw: 0.3.4 -> 0.4.0 2024-07-15 17:26:00 +08:00
nixpkgs-merge-bot[bot]
ace18e1064
Merge pull request #325531 from r-ryantm/auto-update/asn
asn: 0.76.1 -> 0.77.0
2024-07-14 09:51:22 +00:00
R. Ryantm
3eae220883 asm-lsp: 0.6.0 -> 0.7.1 2024-07-13 15:33:54 +00:00
Nick Cao
a0c9cd33be
Merge pull request #325435 from r-ryantm/auto-update/assemblyscript
assemblyscript: 0.27.23 -> 0.27.29
2024-07-10 19:06:32 -04:00
R. Ryantm
9891f68ac3 asn: 0.76.1 -> 0.77.0 2024-07-08 12:21:58 +00:00
R. Ryantm
a079de1947 assemblyscript: 0.27.23 -> 0.27.29 2024-07-08 06:05:07 +00:00
NotAShelf
5c7eddd332
asc-key-to-qr-code-gif: 0-unstable-2018-06-13 -> 0-unstable-2019-01-27 2024-07-06 22:17:29 +03:00
NotAShelf
89e5fe1425
asc-key-to-qr-code-gif: move to by-name; cleanup 2024-07-06 22:15:14 +03:00
Sandro
e00e1cf5e0
Merge pull request #324000 from anas-contribs/asak 2024-07-04 11:49:41 +02:00
0x61nas
83bde70e37
asak: init at 0.3.3 2024-07-02 13:23:03 +03:00
vigress8
fae1e6dd1c maintainers: remove vigress8 2024-07-02 11:39:58 +04:00
Weijia Wang
dfb7d5b4f1
Merge pull request #316730 from obreitwi/ojb/asfa/add-pkg
asfa: init at 0.10.0
2024-07-02 00:38:48 +02:00