forked from M-Labs/thermostat
Compare commits
2 Commits
1a3c831a06
...
f21f9257a7
Author | SHA1 | Date | |
---|---|---|---|
f21f9257a7 | |||
417eb08cd3 |
@ -94,7 +94,11 @@
|
|||||||
++ (with python3Packages; [
|
++ (with python3Packages; [
|
||||||
numpy
|
numpy
|
||||||
matplotlib
|
matplotlib
|
||||||
|
pythermostat
|
||||||
]);
|
]);
|
||||||
|
shellHook = ''
|
||||||
|
export PYTHONPATH=`git rev-parse --show-toplevel`/pythermostat:$PYTHONPATH
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.nixfmt-rfc-style;
|
||||||
|
Loading…
Reference in New Issue
Block a user