Commit Graph

102 Commits

Author SHA1 Message Date
techknowlogick
3ccae6e249 boundary: 0.17.1 -> 0.18.0 2024-10-14 16:19:36 -04:00
Aleksana
e495f07011
boxbuddy: 2.2.12 -> 2.2.13 (#346165) 2024-10-13 00:12:49 +08:00
lassulus
516e84444d
boundary: 0.15.4 -> 0.17.1 (#331913) 2024-10-09 18:03:05 +01:00
Pol Dellaiera
41938a76ad
bombsquad: update hashes (#346693) 2024-10-05 21:31:05 +02:00
Syed Ahkam
474662e873 bombsquad: update hashes 2024-10-05 21:34:29 +05:30
R. Ryantm
956b32d774 boxbuddy: 2.2.12 -> 2.2.13 2024-10-03 13:07:14 +00:00
Robert Schütz
3948928d1c bower2nix: init at 3.2.0-unstable-2024-06-25 2024-10-01 16:23:59 -07:00
Pol Dellaiera
a9b2b79f68
bochs: use lib.* string functions (#344527) 2024-10-01 21:15:01 +02:00
R. Ryantm
648fd81e3e boxed-cpp: 1.4.2 -> 1.4.3 2024-09-27 03:20:31 +00:00
Anderson Torres
be5f3bd31e bochs: use lib.* string functions
Also, nixfmt
2024-09-25 17:46:50 -03: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
wxt
5a44a67c87 boilr: fix build 2024-09-23 15:16:28 +08:00
wxt
0010d95174 boilr: run nixfmt 2024-09-23 14:32:07 +08:00
R. Ryantm
594e129f27 boxbuddy: 2.2.11 -> 2.2.12 2024-09-18 10:56:56 +00:00
David McFarland
f072fe536e boogie: disable parallel builds 2024-09-17 01:12:10 -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
Anderson Torres
be7b698a98 bozohttpd: rewrite expression
- asciibetical order
- use lib.* directly
- finalAttrs
- get rid of pname
- hammering
- meta.mainProgram
- get rid of nested with in meta
2024-09-12 22:16:22 -03:00
Anderson Torres
7be9afd71c bozohttpd: nixfmt-rfc-style 2024-09-12 22:16:22 -03:00
Anderson Torres
153d36c733 bozohttpd: migrate to by-name 2024-09-12 22:16:21 -03:00
techknowlogick
f131e4ffd1 boundary: move to pkgs/by-name 2024-09-12 00:31:52 -04:00
Weijia Wang
cfd9f2e89a
boogie: 3.2.3 -> 3.2.4 (#335316) 2024-09-09 22:52:39 +02:00
Nick Cao
ea8253e6ae
boxed-cpp: 1.3.0 -> 1.4.2 (#292717) 2024-09-08 09:19:03 -04:00
R. Ryantm
c389eaa1e6 boxbuddy: 2.2.10 -> 2.2.11 2024-09-07 12:30:16 +00:00
R. Ryantm
d1b4a19586 boxbuddy: 2.2.9 -> 2.2.10 2024-08-31 00:29:33 +00:00
R. Ryantm
941cc5b522 boogie: 3.2.3 -> 3.2.4 2024-08-17 07:55:30 +00:00
R. Ryantm
dcc37c22c9 bombsquad: 1.7.36 -> 1.7.37 2024-08-09 11:57:28 +00:00
Nick Cao
28fbf9a98f
Merge pull request #331463 from r-ryantm/auto-update/boogie
boogie: 3.2.1 -> 3.2.3
2024-08-04 09:24:25 -04:00
R. Ryantm
0e5f46b727 boogie: 3.2.1 -> 3.2.3 2024-08-01 05:32:50 +00:00
R. Ryantm
f43ee06993 boxbuddy: 2.2.8 -> 2.2.9 2024-07-31 10:43:33 +00:00
K900
8e7a098243 speechd: introduce minimal variant, use it everywhere 2024-07-26 15:48:11 +03:00
Peder Bergebakken Sundt
d10159501f
Merge pull request #328191 from r-ryantm/auto-update/boogie
boogie: 3.2.0 -> 3.2.1
2024-07-25 03:33:53 +02:00
R. Ryantm
9c076eb615 bonsai: 1.1.0 -> 1.2.0 2024-07-22 22:39:00 +00:00
R. Ryantm
4257ab0696 boxed-cpp: 1.3.0 -> 1.4.2 2024-07-21 07:58:51 +00:00
R. Ryantm
9b7c656cec boogie: 3.2.0 -> 3.2.1 2024-07-18 14:28:45 +00:00
R. Ryantm
1e863db8d0 boogie: 3.1.6 -> 3.2.0 2024-07-04 14:37:53 +00:00
Aleksana
77442ec334
Merge pull request #247991 from foolnotion/boilr
boilr: init at 1.9.4
2024-06-28 22:31:26 +08:00
Bogdan Burlacu
bbe8b15088
boilr: init at 1.9.4 2024-06-26 17:07:58 +02:00
Fabián Heredia Montiel
95323b9db6
Merge pull request #322116 from r-ryantm/auto-update/bombsquad
bombsquad: 1.7.35 -> 1.7.36
2024-06-25 00:53:55 -06:00
R. Ryantm
774f8d8077 bombsquad: 1.7.35 -> 1.7.36 2024-06-24 06:37:14 +00:00
aleksana
12af9eb0d1 boxbuddy: 2.2.5 -> 2.2.8 2024-06-24 12:50:38 +08:00
Ben Siraphob
8222aa9278
Merge pull request #315183 from jopejoe1/fix-pname
treewide: replace name with pname
2024-06-16 12:34:01 +00:00
Vladimír Čunát
9d428a5276
Merge #316075: staging-next 2024-05-31 2024-06-12 18:48:53 +02:00
R. Ryantm
8849c317ad boxbuddy: 2.2.4 -> 2.2.5 2024-06-12 00:41:26 +00:00
Alyssa Ross
3df6bb2c85
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/applications/blockchains/polkadot/default.nix
2024-06-09 22:47:12 +01:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
github-actions[bot]
4ace29447c
Merge master into staging-next 2024-06-07 00:02:15 +00:00
jopejoe1
32ce85880b bombsquad: use pname instead of name 2024-06-05 20:42:11 +02:00
Coutinho de Souza
d2cef6437c
bonsai: make use of hareHook 2024-06-04 20:33:03 -03:00
Coutinho de Souza
8e0140c676
bonsai: format with nixfmt-rfc-style 2024-06-04 20:33:02 -03:00