3 lines
85 B
Bash
3 lines
85 B
Bash
|
#! /usr/bin/env bash
|
||
|
nix-shell -p "python311.withPackages (ps: with ps; [ hidapi ])"
|