flake: Dev convenience wrappers & environment #145

Open
atse wants to merge 2 commits from atse/thermostat:flake-dev-conveniences into master

View File

@ -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;