Commit Graph

16 Commits

Author SHA1 Message Date
emilylange
673b330772
grafana-alloy: 1.3.1 -> 1.4.1
https://github.com/grafana/alloy/releases/tag/v1.4.0
https://github.com/grafana/alloy/releases/tag/v1.4.1

diff: https://github.com/grafana/alloy/compare/v1.3.1...v1.4.1
2024-09-27 21:55:32 +02:00
emilylange
ca1260a39d
grafana-alloy: don't build the frontend twice
Prior to this, we built the frontend twice.
Once in the goModules derivation and then the second time in the actual
derivation.
2024-09-27 21:51:55 +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
emilylange
4c24f31c8e
grafana-alloy: 1.3.0 -> 1.3.1
https://github.com/grafana/alloy/releases/tag/v1.3.1

https://github.com/grafana/alloy/blob/v1.3.1/CHANGELOG.md

diff: https://github.com/grafana/alloy/compare/v1.3.0...v1.3.1
2024-08-27 21:23:42 +02:00
emilylange
2170f9bffc
grafana-alloy: 1.2.1 -> 1.3.0
https://github.com/grafana/alloy/releases/tag/v1.3.0

https://github.com/grafana/alloy/blob/v1.3.0/CHANGELOG.md

diff: https://github.com/grafana/alloy/compare/v1.3.0...v1.2.1
2024-08-06 23:53:50 +02:00
Azat Bahawi
15af9a3c1b
grafana-alloy: 1.2.0 -> 1.2.1 2024-07-13 22:44:09 +03:00
h7x4
7384b9abdc
treewide: set meta.changelog 2024-07-07 15:20:06 +02:00
Azat Bahawi
f95f4367db
grafana-alloy: add azahi to maintainers 2024-06-28 16:47:09 +03:00
Azat Bahawi
4d240938b5
grafana-alloy: 1.1.1 -> 1.2.0 2024-06-28 16:46:37 +03:00
Florian Klink
1fa96ce4df grafana-alloy, nixos/alloy: add hbjydev to maintainers 2024-06-10 13:40:45 +03:00
Florian Klink
aa52f15fff grafana-alloy: add nixosTests.alloy to passthru 2024-06-10 13:38:19 +03:00
Florian Klink
255eb15db3 grafana-alloy: install shell completions 2024-06-06 22:13:32 +03:00
Florian Klink
c590fba573 grafana-alloy: set mainProgram 2024-06-06 22:07:48 +03:00
Florian Klink
3d235b4c35 grafana-alloy: 1.0.0 -> 1.1.1 2024-06-06 22:07:48 +03:00
Florian Klink
0c88d126e7 grafana-alloy: fix build for darwin
set proxyVendor = true, and re-enable lib.platforms.unix.
2024-06-06 22:07:48 +03:00
Claudi
700bf79c6b grafana-alloy: init at 1.0.0
Signed-off-by: Vunny Sodhi <vunny.sodhi@gmail.com>
2024-06-06 22:07:48 +03:00