

chore(deps): add loki and tempo package to flake
@64fc8ad6d670029ac24ca9674a535da0e1e32857
--- flake.nix
+++ flake.nix
... | ... | @@ -2,7 +2,6 @@ |
2 | 2 |
inputs = { |
3 | 3 |
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; |
4 | 4 |
flake-utils.url = "github:numtide/flake-utils"; |
5 |
- flake-utils.inputs.nixpkgs.follows = "nixpkgs"; |
|
6 | 5 |
}; |
7 | 6 |
outputs = |
8 | 7 |
{ nixpkgs, flake-utils, ... }: |
... | ... | @@ -19,16 +18,17 @@ |
19 | 18 |
default = pkgs.mkShell { |
20 | 19 |
nativeBuildInputs = with pkgs; [ |
21 | 20 |
act |
21 |
+ cudaPackages_12.cudnn |
|
22 |
+ cudaPackages_12.libcublas |
|
22 | 23 |
ffmpeg-full |
23 | 24 |
go-task |
25 |
+ grafana-loki |
|
24 | 26 |
parallel |
25 | 27 |
pv |
26 | 28 |
python312 |
27 |
- rsync |
|
28 |
- websocat |
|
29 |
+ tempo |
|
29 | 30 |
uv |
30 |
- cudaPackages_12.cudnn |
|
31 |
- cudaPackages_12.libcublas |
|
31 |
+ websocat |
|
32 | 32 |
]; |
33 | 33 |
|
34 | 34 |
# https://github.com/NixOS/nixpkgs/issues/278976#issuecomment-1879685177 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?