Revert "Update .envrc"

This reverts commit 1e43a4e12d.
This commit is contained in:
Giacomo Leidi 2023-10-30 20:58:53 +01:00
parent 0f19cf4a9e
commit 5ebaa04f3d
No known key found for this signature in database
GPG Key ID: A7DD0C84A659769B
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 shell -r "$GUIX_PROFILE" -D -f guix.scm -m manifest.scm --search-paths)"
eval "$(guix time-machine -C channels-lock.scm -- 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"
"pre-commit" "cloc"
"python-pre-commit" "cloc"
"ripgrep" "python-semver"
"fd" "docker-compose" "poetry"))))