Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9123327
default.nix
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
503 B
Subscribers
None
default.nix
View Options
let
pkgs =
import
<nixpkgs>
{};
in
{
stdenv
?
pkgs
.
stdenv
,
python3
?
pkgs
.
python3
}:
stdenv
.
mkDerivation
{
name =
"python-nix"
;
version =
"0.0.0.0"
;
src =
.
/.
;
buildInputs =
with
pkgs
;
[
python3
python34Packages
.
ipython
python34Packages
.
pygit2
python34Packages
.
psycopg2
python34Packages
.
requests
python34Packages
.
nose
];
PYTHONPATH=
.
/.
;
shellHook =
''
echo -e "\nLoading nix-shell with python3 deps..."
''
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 21, 5:19 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3296039
Attached To
rDLDG Git loader
Event Timeline
Log In to Comment