Update .envrc

This commit is contained in:
Giacomo Leidi 2023-10-10 00:15:27 +02:00
parent 45e1f551d8
commit 1e43a4e12d
No known key found for this signature in database
GPG Key ID: D075F59A480549C3
2 changed files with 5 additions and 5 deletions

2
.envrc
View File

@ -1,7 +1,7 @@
if has guix; then
GUIX_PROFILE="${PWD}/.guix-root"
rm -f "$GUIX_PROFILE"
eval "$(guix time-machine -C channels-lock.scm -- shell -r "$GUIX_PROFILE" -D -f guix.scm -m manifest.scm --search-paths)"
eval "$(guix shell -r "$GUIX_PROFILE" -D -f guix.scm -m manifest.scm --search-paths)"
# Add development scripts to PATH
PATH_add "$(pwd)/scripts"

View File

@ -8,10 +8,10 @@
#:use-module (srfi srfi-1))
(packages->manifest
(append
(map cadr (package-direct-inputs mobilizon-reshare))
(map specification->package+output
(append
(map cadr (package-direct-inputs mobilizon-reshare))
(map specification->package+output
'("git-cal" "man-db" "texinfo"
"python-pre-commit" "cloc"
"pre-commit" "cloc"
"ripgrep" "python-semver"
"fd" "docker-compose" "poetry"))))