about summary refs log tree commit diff
path: root/e2e-tests/tools/staging-input-files.scm
blob: f81ee47b5ce860e8479b6fd4bb47886aead0ed17 (plain)
1
2
3
4
(command #:inputs (file #:type File
                        #:stage? #t)
         #:run "cat" "./$(inputs.file.basename)"
         #:outputs (output_file #:type stdout))