diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-08-10 01:43:41 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2025-08-11 01:16:19 +0200 |
commit | 4db1b6bc1dc6b880014ea0546ba30c73fea54643 (patch) | |
tree | 9e93686df7db9765306c8749f8aa56f07fdeeb8f /manifest.scm | |
parent | 9de2985c2ddd2d98f8299d5ff8a5921ccea5769d (diff) |
Restart!
Diffstat (limited to 'manifest.scm')
-rw-r--r-- | manifest.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000..65ebc60 --- /dev/null +++ b/manifest.scm @@ -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 "make" "gcc-toolchain" "gdb" "valgrind")) |