diff options
author | Arun Isaac | 2023-10-17 19:35:05 +0100 |
---|---|---|
committer | Arun Isaac | 2023-10-17 19:35:05 +0100 |
commit | 082835328cc98093282e33eaf20bcef3e97dbadf (patch) | |
tree | fb1bd97735a4de7163384b298911e0f960d2cfcc /doc | |
parent | 270f7bab16308ec9a5c2e6ee4abbdb4639ef2d9f (diff) | |
download | ccwl-082835328cc98093282e33eaf20bcef3e97dbadf.tar.gz ccwl-082835328cc98093282e33eaf20bcef3e97dbadf.tar.lz ccwl-082835328cc98093282e33eaf20bcef3e97dbadf.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/staging-input-files.scm | 3 |
1 files changed, 3 insertions, 0 deletions
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)") |