Add guix manifest

This commit is contained in:
TakeV 2023-12-01 13:05:16 -05:00
parent 9927ee3e42
commit 409f00195f
Signed by: TakeV
GPG Key ID: A64F41345C7400AF
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
/.idea/*
/blades-in-the-dark.lock
node_modules/
package-lock.json
package.json

5
manifest.scm Normal file
View File

@ -0,0 +1,5 @@
;; 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 "node"))