aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-07-31 20:06:40 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-07-31 20:06:40 +0900
commit211725f2bec18b2e7c554b334a940e0b0ac250d1 (patch)
tree9c6ed2673b9a7730f2a90833b8a2ccfa89b174b8 /manifest.scm
parent514e27a7c37eabb9db4d339dc9558e02c745c64e (diff)
manifest: guix で作業するための manifest.scm を追加
Diffstat (limited to 'manifest.scm')
-rw-r--r--manifest.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..e410ded
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,3 @@
+(specifications->manifest
+ (list "node"
+ "coreutils"))