Block a user
pytec: Add hardware testing script
Removed the "pins" nomenclature entirely and replaced it with "input" in the force-push to bc02819fca.
pytec: Set
autotune
and plot
as entry points
pytec: Add hardware testing script
flake: Dev convenience wrappers & environment
Ah right! That would be the solution for the customers' end. However I think we'll have to use these wrappers for development, otherwise local changes wouldn't be reflected in the commands in $PATH
.
flake: Dev convenience wrappers & environment
Hmm, but this would be Git-specific is it not? How about something like:
flake_root=$(pwd)
while [ "$flake_root" != / ]; do
if [ -e "$flake_root/flake.nix" ]; then
export…