Skip to content

Commit 849e0df

Browse files
Fedir Zadniprovskyifedirz
authored andcommitted
chore(deps): add loki and tempo package to flake
1 parent 87fb607 commit 849e0df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

flake.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
inputs = {
33
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
44
flake-utils.url = "github:numtide/flake-utils";
5-
flake-utils.inputs.nixpkgs.follows = "nixpkgs";
65
};
76
outputs =
87
{ nixpkgs, flake-utils, ... }:
@@ -19,16 +18,17 @@
1918
default = pkgs.mkShell {
2019
nativeBuildInputs = with pkgs; [
2120
act
21+
cudaPackages_12.cudnn
22+
cudaPackages_12.libcublas
2223
ffmpeg-full
2324
go-task
25+
grafana-loki
2426
parallel
2527
pv
2628
python312
27-
rsync
28-
websocat
29+
tempo
2930
uv
30-
cudaPackages_12.cudnn
31-
cudaPackages_12.libcublas
31+
websocat
3232
];
3333

3434
# https://github.com/NixOS/nixpkgs/issues/278976#issuecomment-1879685177

0 commit comments

Comments
 (0)