Start adding project boilerplate

This commit is contained in:
James Grogan 2025-07-08 08:39:25 +01:00
commit 607b2032f9
9 changed files with 389 additions and 0 deletions

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 "rust" "rust-gtk4" "rust-cargo" "pkg-config" "meson"))