Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mebubo
/
gpted
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpted
/
shell.nix
mebubo
Init
91f2f92
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
159 Bytes
let
nixpkgs
=
import
<nixpkgs> {};
pkgs
= nixpkgs.pkgs;
in
pkgs.mkShell {
shellHook
=
''
export LD_LIBRARY_PATH=
${pkgs.stdenv.cc.cc.lib}
/lib/
''
;
}