From 849e0df039bc02f07fb4c44420d5231066d32825 Mon Sep 17 00:00:00 2001 From: Fedir Zadniprovskyi Date: Sat, 2 Nov 2024 07:09:42 -0700 Subject: [PATCH] chore(deps): add loki and tempo package to flake --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index d5d6bea1..e70f5d84 100644 --- a/flake.nix +++ b/flake.nix @@ -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, ... }: @@ -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