pkgs/print-afra: Add script for printing pdf in AfRA
This commit is contained in:
11
pkgs/print-afra/default.nix
Normal file
11
pkgs/print-afra/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.writeShellApplication {
|
||||
name = "print-afra";
|
||||
text = ''
|
||||
cat "$@" | nc -N 172.23.42.215 9100
|
||||
'';
|
||||
runtimeInputs = with pkgs; [
|
||||
netcat
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user