add assets and initial support

This commit is contained in:
Peter Tillemans 2024-05-17 15:07:11 +02:00
parent f8d134190f
commit be0c8d122e
2 changed files with 8 additions and 0 deletions

2
.envrc Normal file
View file

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

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"))