Compare commits

...

2 commits

Author SHA1 Message Date
Peter Tillemans
be0c8d122e add assets and initial support 2024-05-17 15:07:11 +02:00
Peter Tillemans
f8d134190f add assets 2024-05-17 15:04:26 +02:00
5 changed files with 8 additions and 0 deletions

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
use guix

BIN
assets/knight.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
assets/lr_penguin2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
assets/simples_pimples.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

6
manifest.scm Normal file
View file

@ -0,0 +1,6 @@
;; What follows is a "manifest" equivalent to the command line you gave.
;; You can store it in a file that you may then pass to any 'guix' command
;; that accepts a '--manifest' (or '-m') option.
(specifications->manifest
(list "guile-chickadee"))