From 082835328cc98093282e33eaf20bcef3e97dbadf Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 17 Oct 2023 19:35:05 +0100 Subject: doc: Add staging-input-files.scm snippet source file. This file was required by the previous commit, but I forgot to commit it! * doc/staging-input-files.scm: New file. --- doc/staging-input-files.scm | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/staging-input-files.scm (limited to 'doc/staging-input-files.scm') diff --git a/doc/staging-input-files.scm b/doc/staging-input-files.scm new file mode 100644 index 0000000..5f7fdfb --- /dev/null +++ b/doc/staging-input-files.scm @@ -0,0 +1,3 @@ +(command #:inputs (file #:type File + #:stage? #t) + #:run "cat" "./$(inputs.file.basename)") -- cgit v1.2.3