Commit Graph

102 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
b8d6935a7a
veryl: init at 0.13.0 (#342132) 2024-09-25 01:13:29 +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
Aleksana
d5909a6e26
verible: 0.0.3747 -> 0.0.3791 (#342826) 2024-09-22 17:03:18 +08:00
R. Ryantm
7be9dd1366 vencord: 1.10.1 -> 1.10.2 2024-09-21 04:19:55 +00:00
Henner Zeller
93270ba5de verible: 0.0.3747 -> 0.0.3791 2024-09-18 08:42:10 -07:00
nicoo
45b95421fd
lib.fetchers: add hash-normalization helpers (#342072) 2024-09-17 14:59:43 +00:00
nicoo
0bddcc1df9 verible: sha256hash 2024-09-17 06:34:08 +00:00
Peder Bergebakken Sundt
8dd43e731e veryl: init at 0.13.0 2024-09-15 21:35:37 +02: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
Johannes Jöns
5690cd67f5
vencord: 1.9.5 -> 1.10.1 (#332423) 2024-09-07 20:20:59 +00:00
Sefa Eyeoglu
176bc2d30b
vencord: 1.9.9 -> 1.10.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-05 21:00:30 +02:00
Sefa Eyeoglu
dc011c71a6
vencord: 1.9.8 -> 1.9.9
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-09-03 22:27:19 +02:00
Nikolay Korotkiy
3397a57a53
velero: migrate to by-name 2024-09-01 17:01:01 +04:00
github-actions[bot]
59b57346d9
Merge master into staging-next 2024-08-28 18:04:19 +00:00
TomaSajt
1fad8f3463
vesktop: use electron.dist 2024-08-27 21:37:18 +02:00
Sefa Eyeoglu
4309219691
vencord: 1.9.7 -> 1.9.8
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 10:49:11 +02:00
Sefa Eyeoglu
877d23c6b2
vencord: fix update script
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 10:47:09 +02:00
Sefa Eyeoglu
a76791c8b3
vencord: sort inputs
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
4e205841fb
vencord: fix installPhase hooks
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
1401c61030
vencord: 1.9.5 -> 1.9.7
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
09e917c6d4
vencord: reformat using nixfmt
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Sefa Eyeoglu
29bc58a302
vencord: refactor to use pnpm.fetchDeps
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-08-27 09:15:17 +02:00
Peder Bergebakken Sundt
8050fb8db8
Merge pull request #335142 from doronbehar/pkg/versionCheckHook
versionCheckHook: ignore echoed store paths
2024-08-19 02:12:56 +02:00
rnhmjoj
f8ea7ea91d veloren: fix build on rust 1.80 2024-08-17 22:28:03 +02:00
Doron Behar
393e966194 versionCheckHook: ignore echoed store paths
This makes sure the hook will catch cases where the --version or --help output
prints the installation dir or something alike that includes the
builtins.storeDir, and later on the `${pname}-${version}` string. Could
have avoided #334245 which was a fixup for #330456.
2024-08-17 20:10:54 +03:00
Doron Behar
b9096d0d86 versionCheckHook: small indentation improvement 2024-08-17 20:09:19 +03:00
Michele Guerini Rocco
4f5cc80a3a
Merge pull request #267239 from rnhmjoj/pr-veloren
veloren: init at 0.16.0
2024-08-09 10:18:53 +02:00
rnhmjoj
d8c0280c41
veloren: init at 0.16.0 2024-08-08 02:14:37 +02:00
Henner Zeller
20939ceaa2 verible: 0.0.3722 -> 0.0.3747 2024-08-06 04:42:02 -07:00
Henner Zeller
3bbb37de7b verible: move to pkgs/by-name
No other change.
2024-08-06 04:24:20 -07:00
zimbatm
159042ff69 verifpal: move to by-name 2024-07-31 09:10:30 +02:00
Xaver106
a6aa3acc73
vencord: 1.9.4 -> 1.9.5 2024-07-18 10:48:25 +02:00
seth
ccf595eed3
vesktop: add updateScript 2024-07-15 13:38:18 -04:00
R. Ryantm
a90a69dd39 vencord: 1.9.3 -> 1.9.4 2024-07-14 09:01:26 +00:00
Joshua Manchester
bedbc6e36e vesktop: 1.5.2 -> 1.5.3 2024-07-08 08:02:18 +02:00
Doron Behar
32d57df8ac
Merge pull request #320266 from doronbehar/pkg/versionInstallHook
versionCheckHook: init
2024-07-03 01:37:49 +03:00
Weijia Wang
3e059d336e
Merge pull request #320979 from happenslol/vesktop-middle-click-scroll
vesktop: Add option for middle click scroll
2024-06-30 17:33:08 +02:00
Xaver106
047d87ec7f
vencord: 1.9.0 -> 1.9.3 2024-06-28 22:42:13 +02:00
Doron Behar
eb49fb355e versionCheckHook: init 2024-06-28 18:03:59 +03:00
Infinidoge
9e7c922448
vencord: 1.8.9 -> 1.9.0 2024-06-21 10:04:31 -04:00
Hilmar Wiegand
f935b3d0d0 vesktop: Add option for middle click scroll 2024-06-19 11:18:59 +02:00
eriedaberrie
b784eb33af vesktop: fix icon file locations 2024-06-16 14:29:56 -07:00
R. Ryantm
ed21b753bb vencord: 1.8.8 -> 1.8.9 2024-06-13 17:00:21 +00:00
seth
b91ee919fd
vesktop: use attrset for env vars 2024-06-10 20:32:00 -04:00
seth
4cc1769e98
vesktop: add support for darwin 2024-06-10 20:30:53 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
fdc7925400 ventoy: 1.0.98 -> 1.0.99 2024-06-08 15:03:23 +00:00
nixpkgs-merge-bot[bot]
ad39d6be36
Merge pull request #317650 from r-ryantm/auto-update/vencord
vencord: 1.8.6 -> 1.8.8
2024-06-06 09:58:49 +00:00
R. Ryantm
d7b20fd656 vencord: 1.8.6 -> 1.8.8 2024-06-06 05:19:20 +00:00
Sefa Eyeoglu
444b9863a9
vesktop: use pnpm.fetchDeps
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2024-06-02 19:56:11 +02:00