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
|
||||
python3Packages.ipython
|
||||
];
|
||||
sessionVariables = {
|
||||
PYTHONSTARTUP = ./pythonstartup.py;
|
||||
};
|
||||
sessionVariables.PYTHONSTARTUP = pkgs.writeText "pythonstartup.py" (
|
||||
builtins.readFile ./pythonstartup.py
|
||||
);
|
||||
};
|
||||
programs = {
|
||||
bash.shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue