Skip to content

Commit

Permalink
chore(deps): add loki and tempo package to flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedir Zadniprovskyi authored and fedirz committed Dec 17, 2024
1 parent 87fb607 commit 849e0df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
flake-utils.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
{ nixpkgs, flake-utils, ... }:
Expand All @@ -19,16 +18,17 @@
default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
act
cudaPackages_12.cudnn
cudaPackages_12.libcublas
ffmpeg-full
go-task
grafana-loki
parallel
pv
python312
rsync
websocat
tempo
uv
cudaPackages_12.cudnn
cudaPackages_12.libcublas
websocat
];

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

0 comments on commit 849e0df

Please sign in to comment.