Compare commits

..

No commits in common. "c8b6bf01d1953ebb8565ee7b8c1b97bfcb7ce63b" and "9848c65de564da38898e3388411f4b976364ddb6" have entirely different histories.

3 changed files with 0 additions and 17 deletions

View File

@ -49,19 +49,6 @@
dontFixup = true;
auditable = false;
};
pytec-dev-wrappers = pkgs.runCommandNoCC "pytec-dev-wrappers" { } ''
mkdir -p $out/bin
for program in ${self}/pytec/*.py; do
if [ -x $program ]; then
progname=`basename -s .py $program`
outname=$out/bin/$progname
echo "#!${pkgs.bash}/bin/bash" >> $outname
echo "exec python3 -m pytec.$progname \"\$@\"" >> $outname
chmod 755 $outname
fi
done
'';
in {
packages.x86_64-linux = {
inherit thermostat;
@ -77,13 +64,9 @@
packages = with pkgs; [
rust llvm
openocd dfu-util rlwrap
pytec-dev-wrappers
] ++ (with python3Packages; [
numpy matplotlib
]);
shellHook = ''
export PYTHONPATH=`pwd`/pytec:$PYTHONPATH
'';
};
};
}

0
pytec/autotune.py Executable file → Normal file
View File

0
pytec/plot.py Executable file → Normal file
View File