Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
e7c0206
1
Parent(s):
bb65add
chore(deps): add loki and tempo package to flake
Browse files
flake.nix
CHANGED
@@ -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 |
default = pkgs.mkShell {
|
20 |
nativeBuildInputs = with pkgs; [
|
21 |
act
|
|
|
|
|
22 |
ffmpeg-full
|
23 |
go-task
|
|
|
24 |
parallel
|
25 |
pv
|
26 |
python312
|
27 |
-
|
28 |
-
websocat
|
29 |
uv
|
30 |
-
|
31 |
-
cudaPackages_12.libcublas
|
32 |
];
|
33 |
|
34 |
# https://github.com/NixOS/nixpkgs/issues/278976#issuecomment-1879685177
|
|
|
2 |
inputs = {
|
3 |
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
4 |
flake-utils.url = "github:numtide/flake-utils";
|
|
|
5 |
};
|
6 |
outputs =
|
7 |
{ nixpkgs, flake-utils, ... }:
|
|
|
18 |
default = pkgs.mkShell {
|
19 |
nativeBuildInputs = with pkgs; [
|
20 |
act
|
21 |
+
cudaPackages_12.cudnn
|
22 |
+
cudaPackages_12.libcublas
|
23 |
ffmpeg-full
|
24 |
go-task
|
25 |
+
grafana-loki
|
26 |
parallel
|
27 |
pv
|
28 |
python312
|
29 |
+
tempo
|
|
|
30 |
uv
|
31 |
+
websocat
|
|
|
32 |
];
|
33 |
|
34 |
# https://github.com/NixOS/nixpkgs/issues/278976#issuecomment-1879685177
|