Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 13 lines 341 B view raw
1{ lib, fetchFromGitHub }: 2 3{ 4 # Fujitsu ScanSnap 5 epjitsu = fetchFromGitHub { 6 name = "scansnap-firmware"; 7 owner = "stevleibelt"; 8 repo = "scansnap-firmware"; 9 rev = "96c3a8b2a4e4f1ccc4e5827c5eb5598084fd17c8"; 10 sha256 = "1inchnvaqyw9d0skpg8hp5rpn27c09q58lsr42by4bahpbx5qday"; 11 meta.license = lib.licenses.unfree; 12 }; 13}