We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87fb607 commit 849e0dfCopy full SHA for 849e0df
flake.nix
@@ -2,7 +2,6 @@
2
inputs = {
3
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
4
flake-utils.url = "github:numtide/flake-utils";
5
- flake-utils.inputs.nixpkgs.follows = "nixpkgs";
6
};
7
outputs =
8
{ nixpkgs, flake-utils, ... }:
@@ -19,16 +18,17 @@
19
18
default = pkgs.mkShell {
20
nativeBuildInputs = with pkgs; [
21
act
+ cudaPackages_12.cudnn
22
+ cudaPackages_12.libcublas
23
ffmpeg-full
24
go-task
25
+ grafana-loki
26
parallel
27
pv
28
python312
- rsync
- websocat
29
+ tempo
30
uv
- cudaPackages_12.cudnn
31
- cudaPackages_12.libcublas
+ websocat
32
];
33
34
# https://github.com/NixOS/nixpkgs/issues/278976#issuecomment-1879685177
0 commit comments