Compare commits

...

3 Commits

Author SHA1 Message Date
TakeV 6217b13504
Immedately launch web server 2024-01-04 16:41:15 -05:00
TakeV a537c855cf
Rename repl 2024-01-04 16:40:05 -05:00
TakeV 974363cf5a
Add guile utilities to manifest 2023-12-17 02:25:05 -05:00
3 changed files with 8 additions and 4 deletions

View File

@ -2,4 +2,8 @@
;; 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-hall" "guix" "git"))
(specifications->manifest (list "guile-colorized"
"guile-hall"
"guile-readline"
"guix"
"git"))

3
scripts/dev-webserver Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
guile --listen -L . -c '((@ (guile-docs) launch-server))'

View File

@ -1,3 +0,0 @@
#!/bin/sh
guile --listen -L .