$ nix shell github:hansfbaier/ngscopeclient-nix
$ ngscopeclient
Add ngscopeclient-nix to your flake.nix
:
{
inputs.ngscopeclient-nix.url = "https://flakehub.com/f/hansfbaier/ngscopeclient-nix/*.tar.gz";
outputs = { self, ngscopeclient-nix }: {
# Use in your outputs
};
}