python: Do not rely on source
This commit is contained in:
parent
d844dd1b2b
commit
417cf82889
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@
|
||||||
python3
|
python3
|
||||||
python3Packages.ipython
|
python3Packages.ipython
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables.PYTHONSTARTUP = pkgs.writeText "pythonstartup.py" (
|
||||||
PYTHONSTARTUP = ./pythonstartup.py;
|
builtins.readFile ./pythonstartup.py
|
||||||
};
|
);
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
bash.shellAliases = {
|
bash.shellAliases = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue