Update guix-dev.scm and .envrc

This commit is contained in:
Christopher Baines 2023-11-05 13:45:14 +00:00
parent 03327c0cc3
commit 2135bc5e49
2 changed files with 16 additions and 17 deletions

2
.envrc
View File

@ -2,7 +2,7 @@
export GUILE_LOAD_PATH="" export GUILE_LOAD_PATH=""
export GUILE_LOAD_COMPILED_PATH="" export GUILE_LOAD_COMPILED_PATH=""
use guix -l guix-dev.scm --ad-hoc postgresql use guix -D -f guix-dev.scm postgresql
export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH" export GUILE_LOAD_COMPILED_PATH="$PWD:$PWD/tests:$GUILE_LOAD_COMPILED_PATH"
export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH" export GUILE_LOAD_PATH="$PWD:$GUILE_LOAD_PATH"

View File

@ -47,23 +47,22 @@
(source #f) (source #f)
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("guix" ,guix) (list guix
("guile-email" ,guile-email) guile-email
("guile-json" ,guile-json-4) guile-json-4
("guile-squee" ,guile-squee) guile-squee
("guile-fibers" ,guile-fibers-1.1) guile-fibers
("guile-gcrypt" ,guile-gcrypt) guile-gcrypt
("guile-lzlib" ,guile-lzlib) guile-lzlib
("guile-readline" ,guile-readline) guile-readline
("guile-prometheus" ,guile-prometheus) guile-prometheus
("guile" ,guile-3.0-latest) guile-next
("sqitch" ,sqitch))) sqitch))
(native-inputs (native-inputs
`(("autoconf" ,autoconf) (list autoconf
("automake" ,automake) automake
("ephemeralpg" ,ephemeralpg) ephemeralpg
("pkg-config" ,pkg-config) pkg-config))
("ruby-rerun" ,ruby-rerun)))
(synopsis "TODO") (synopsis "TODO")
(description "TODO") (description "TODO")
(home-page "TODO") (home-page "TODO")