firespot / backend /shell.nix
al-nf's picture
yeah man
6d03cd2
raw
history blame contribute delete
178 Bytes
{ pkgs ? import <nixpkgs> {} }:
(pkgs.buildFHSEnv {
name = "ml-env";
targetPkgs = pkgs: with pkgs; [
uv
python313
stdenv.cc.cc.lib
expat
zlib
];
}).env