diff options
| author | Arun Isaac | 2025-11-17 21:29:18 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-17 21:31:37 +0000 |
| commit | a5e9c408f0a98502500b38ebe113155aa005aaab (patch) | |
| tree | 3b5bae6ecebfe0145746648d98c17aaee882e4f0 /.guix | |
| parent | 37257000b37a83d4b1203371e886562b93479716 (diff) | |
| download | run64-a5e9c408f0a98502500b38ebe113155aa005aaab.tar.gz run64-a5e9c408f0a98502500b38ebe113155aa005aaab.tar.lz run64-a5e9c408f0a98502500b38ebe113155aa005aaab.zip | |
Add v0.1.0 release tarballs.
Diffstat (limited to '.guix')
| -rw-r--r-- | .guix/run64-website.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.guix/run64-website.scm b/.guix/run64-website.scm index 7b85bea..72ee0fd 100644 --- a/.guix/run64-website.scm +++ b/.guix/run64-website.scm @@ -40,6 +40,8 @@ `(("index.html" ,(computed-file "run64-website-home-page.html" run64-website-home-page-gexp)) - ("style.css" ,(local-file "../website/style.css"))))) + ("style.css" ,(local-file "../website/style.css")) + ("releases" ,(local-file "../website/releases" + #:recursive? #t))))) run64-website |
