Commit Graph

474745 Commits

Author SHA1 Message Date
Michael Hoang
64616b7dd3 vsce/graphql.vscode-graphql: 0.8.6 -> 0.8.7 2023-05-10 16:27:24 +10:00
adisbladis
220889f069
Merge pull request #226770 from adisbladis/platformio-multi-out-fix
platformio: Don't link udev rules into a subdirectory
2023-04-18 17:22:28 +12:00
Linus Heckemann
b14aded48a
Merge pull request #222617 from oddlama/esphome
nixos/esphome: init module
2023-04-18 06:45:40 +02:00
Adam Joseph
53b6e1a3c5 rustc: fix >=1.68 host!=build
Our `rustc.nix` adds a `--target` flag for the host when doing a
host!=target build, but neglects to add a `--target` flag for the
buildPlatform when doing a build!=(host==target) build.  This commit
corrects that.

Before rustc 1.68 omitting the --target flag for the buildPlatform
did not cause any problems.  As of rustc 1.68, build!=host without a
--target for the build will fail like below (with hundreds more
"cannot find std::" errors.

```
$ nix build -f . -L pkgsCross.aarch64-multiplatform.rustc
...
Copying stage1 library from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / aarch64-unknown-linux-gnu)
Uplifting stage1 library (x86_64-unknown-linux-gnu -> aarch64-unknown-linux-gnu)
Copying stage2 library from stage1 (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu / aarch64-unknown-linux-gnu)
Building stage2 tool rust-analyzer-proc-macro-srv (aarch64-unknown-linux-gnu)
   Compiling autocfg v1.1.0
   Compiling libc v0.2.135
   Compiling cfg-if v1.0.0
   Compiling proc-macro2 v1.0.47
   Compiling quote v1.0.21
   Compiling unicode-ident v1.0.5
   Compiling syn v1.0.102
   Compiling once_cell v1.15.0
   Compiling parking_lot_core v0.9.4
   Compiling serde_derive v1.0.145
   Compiling hashbrown v0.12.3
   Compiling scopeguard v1.1.0
   Compiling smallvec v1.10.0
   Compiling log v0.4.17
   Compiling serde v1.0.145
   Compiling rustc-hash v1.1.0
error[E0463]: can't find crate for `std`
error: cannot find macro `println` in this scope
 --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:7:5
  |
7 |     println!("cargo:rerun-if-changed=build.rs");
  |     ^^^^^^^
error: cannot find macro `println` in this scope
  --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:16:9
   |
16 |         println!(
   |         ^^^^^^^
error: cannot find macro `println` in this scope
  --> /nix/tmp/nix-build-rustc-aarch64-unknown-linux-gnu-1.68.2.drv-0/rustc-1.68.2-src/vendor/libc-0.2.135/build.rs:29:13
   |
29 |             println!("cargo:rustc-cfg=freebsd10")
   |             ^^^^^^^
```
2023-04-18 14:10:40 +10:00
github-actions[bot]
1e2c3e2e13 terraform-providers.vault: 3.14.0 -> 3.15.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
767714eb50 terraform-providers.ucloud: 1.35.1 -> 1.36.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
22eace2276 terraform-providers.pagerduty: 2.14.1 -> 2.14.2 2023-04-18 13:58:12 +10:00
github-actions[bot]
a55f1a9e97 terraform-providers.okta: 3.45.0 -> 3.46.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
6c1b3d7917 terraform-providers.grafana: 1.37.1 -> 1.37.2 2023-04-18 13:58:12 +10:00
github-actions[bot]
48b8f87d8c terraform-providers.google-beta: 4.61.0 -> 4.62.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
c335883b49 terraform-providers.google: 4.61.0 -> 4.62.0 2023-04-18 13:58:12 +10:00
github-actions[bot]
70ddbe7ace terraform-providers.azuread: 2.37.0 -> 2.37.1 2023-04-18 13:58:12 +10:00
adisbladis
f88eb92ff9 platformio: Don't link udev rules into a subdirectory
This causes collisions when NixOS is configured like
``` nix
{ pkgs, ... }:
{
  services.udev.packages = [ pkgs.platformio ];
}
```

and would also cause a regression having to add the subirectory to the udev packages path:
``` nix
{ pkgs, ... }:
{
  services.udev.packages = [ (pkgs.platformio-core.udev + "/99-platformio-udev.rules") ];
}
```
2023-04-18 15:48:49 +12:00
figsoda
a4f504536f
Merge pull request #226761 from NickCao/stratis
stratisd: 3.5.2 -> 3.5.3
2023-04-17 23:27:53 -04:00
R. Ryantm
df24febd83 vscodium: 1.77.1.23095 -> 1.77.3.23102 2023-04-18 11:19:04 +08:00
Bobby Rong
9f34b846a4
Merge pull request #224843 from kindrowboat/patch-1
maintainers: add kindrowboat
2023-04-18 11:09:48 +08:00
figsoda
44a76628fa
Merge pull request #226697 from r-ryantm/auto-update/pipes-rs
pipes-rs: 1.6.0 -> 1.6.1
2023-04-17 23:04:25 -04:00
figsoda
299ed87193
Merge pull request #226696 from r-ryantm/auto-update/kapp
kapp: 0.54.1 -> 0.55.0
2023-04-17 22:56:54 -04:00
figsoda
1a14b2cec5
Merge pull request #226523 from figsoda/emblem 2023-04-17 22:54:58 -04:00
figsoda
7e00c12211
Merge pull request #226554 from figsoda/wthrr 2023-04-17 22:54:42 -04:00
figsoda
7b3e89bb4a
Merge pull request #226695 from fabaff/circup-bump
circup: 1.1.4 -> 1.2.1
2023-04-17 22:53:02 -04:00
figsoda
49ebd41290
Merge pull request #226715 from Mange/patch-1
rofi-emoji: 3.1.0 -> 3.2.0
2023-04-17 22:51:52 -04:00
figsoda
c0e9387c31
Merge pull request #226750 from r-ryantm/auto-update/faas-cli
faas-cli: 0.15.9 -> 0.16.3
2023-04-17 22:48:56 -04:00
figsoda
529c957838
Merge pull request #226743 from r-ryantm/auto-update/air
air: 1.42.0 -> 1.43.0
2023-04-17 22:46:19 -04:00
figsoda
78fa066e27
Merge pull request #226740 from r-ryantm/auto-update/coreth
coreth: 0.11.9 -> 0.12.0
2023-04-17 22:45:29 -04:00
figsoda
4ff37d8be1
Merge pull request #226738 from r-ryantm/auto-update/chezmoi
chezmoi: 2.33.0 -> 2.33.1
2023-04-17 22:44:10 -04:00
figsoda
32afd62e9b
Merge pull request #226752 from r-ryantm/auto-update/algolia-cli
algolia-cli: 1.3.2 -> 1.3.4
2023-04-17 22:42:26 -04:00
figsoda
62d678778d
Merge pull request #226754 from aaronjheng/go-jsonnet
go-jsonnet: 0.19.1 -> 0.20.0
2023-04-17 22:39:52 -04:00
figsoda
d90af0960b
Merge pull request #226737 from r-ryantm/auto-update/gopass
gopass: 1.15.4 -> 1.15.5
2023-04-17 22:36:26 -04:00
figsoda
c11bfeaa59
Merge pull request #226735 from r-ryantm/auto-update/envsubst
envsubst: 1.2.0 -> 1.4.2
2023-04-17 22:32:06 -04:00
figsoda
3da2abb4d2
Merge pull request #226746 from r-ryantm/auto-update/ghorg
ghorg: 1.9.1 -> 1.9.4
2023-04-17 22:29:24 -04:00
Weijia Wang
1df6c2d148 havoc: 0.4.0 -> 0.5.0 2023-04-17 23:24:53 -03:00
figsoda
788fa2feda pipes-rs: update license 2023-04-17 22:24:26 -04:00
Nick Cao
338611e766
stratisd: 3.5.2 -> 3.5.3
Diff: https://github.com/stratis-storage/stratisd/compare/v3.5.2...v3.5.3
2023-04-18 10:15:32 +08:00
figsoda
297ff712f3
Merge pull request #226733 from r-ryantm/auto-update/systeroid
systeroid: 0.3.1 -> 0.3.2
2023-04-17 22:07:40 -04:00
Aaron Jheng
1fbdaa0e43
go-jsonnet: 0.19.1 -> 0.20.0 2023-04-18 02:05:19 +00:00
R. Ryantm
bb674c654f algolia-cli: 1.3.2 -> 1.3.4 2023-04-18 01:41:08 +00:00
R. Ryantm
406ff6a75d faas-cli: 0.15.9 -> 0.16.3 2023-04-18 01:28:47 +00:00
Nick Cao
cad8526695
Merge pull request #226663 from imlonghao/borgmatic/fix-timer
borgmatic: fix timer wantedBy
2023-04-18 09:14:54 +08:00
R. Ryantm
df24f90584 ghorg: 1.9.1 -> 1.9.4 2023-04-18 01:02:06 +00:00
Nick Cao
008cddd5ba
Merge pull request #226644 from Azd325/master
vscode-extensions.kahole.magit: 0.6.39 → 0.6.40
2023-04-18 09:02:03 +08:00
Nick Cao
f8319d5c47
Merge pull request #226635 from evils/pytomlpp
python3.pkgs.pytomlpp: 1.0.6 -> 1.0.13
2023-04-18 09:00:31 +08:00
R. Ryantm
77aa927abc air: 1.42.0 -> 1.43.0 2023-04-18 00:44:37 +00:00
Nick Cao
3af6e7dcda
Merge pull request #224469 from NickCao/qt65
qt6: 6.4.3 -> 6.5.0
2023-04-18 08:39:32 +08:00
Robert Scott
afd261b8a0
Merge pull request #226722 from risicle/ris-libmad-passthru-tests
libmad: add some key reverse dependencies to `passthru.tests`
2023-04-18 01:34:25 +01:00
R. Ryantm
86b0fd9fd7 coreth: 0.11.9 -> 0.12.0 2023-04-18 00:22:42 +00:00
R. Ryantm
f21e8bbfca chezmoi: 2.33.0 -> 2.33.1 2023-04-18 00:13:06 +00:00
R. Ryantm
feede79444 gopass: 1.15.4 -> 1.15.5 2023-04-17 23:58:19 +00:00
R. Ryantm
229fb0c066 envsubst: 1.2.0 -> 1.4.2 2023-04-17 23:50:05 +00:00
R. Ryantm
e1f004d9c5 systeroid: 0.3.1 -> 0.3.2 2023-04-17 23:37:22 +00:00