Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
f76c7d75
Commit
f76c7d75
authored
Jan 20, 2021
by
Christoph Ruegge
Browse files
Add shell.nix
parent
d2eb0ac3
Changes
2
Hide whitespace changes
Inline
Side-by-side
env.nix
View file @
f76c7d75
...
...
@@ -6,7 +6,12 @@
# interpreter in the ‘Python: Select Interpreter’ command.
#
# To run Python with all dependencies available, use the wrapper script
# env/bin/python.
# env/bin/python. Alternatively, there's a shell.nix that allows you to
# simply run
#
# nix-shell
#
# to open a shell with the python environment added to $PATH.
{
nixpkgs
?
<
nixpkgs
>
,
pkgs
?
import
nixpkgs
{}
}:
...
...
shell.nix
0 → 100644
View file @
f76c7d75
{
nixpkgs
?
<
nixpkgs
>
,
pkgs
?
import
nixpkgs
{}
}:
(
import
./env.nix
{
inherit
pkgs
;
})
.
env
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment