airscan

airscan 0.3

Package to scan paper documents using the Apple AirScan (eSCL) protocol

https://github.com/stapelberg/airscan
Apache License 2.0
main program: airscan1programs: airscan1
Platforms (31)
s390-linuxi686-linuxaarch64-freebsdmipsel-linuxarc-linuxs390x-linuxwasm64-wasiarmv7l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  airscan
];
Ad-hoc shell
nix-shell -p airscan
Flake (nix run)
nix run nixpkgs#airscan