Update .envrc
This commit is contained in:
parent
45e1f551d8
commit
1e43a4e12d
2
.envrc
2
.envrc
|
@ -1,7 +1,7 @@
|
||||||
if has guix; then
|
if has guix; then
|
||||||
GUIX_PROFILE="${PWD}/.guix-root"
|
GUIX_PROFILE="${PWD}/.guix-root"
|
||||||
rm -f "$GUIX_PROFILE"
|
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
|
# Add development scripts to PATH
|
||||||
PATH_add "$(pwd)/scripts"
|
PATH_add "$(pwd)/scripts"
|
||||||
|
|
|
@ -8,10 +8,10 @@
|
||||||
#:use-module (srfi srfi-1))
|
#:use-module (srfi srfi-1))
|
||||||
|
|
||||||
(packages->manifest
|
(packages->manifest
|
||||||
(append
|
(append
|
||||||
(map cadr (package-direct-inputs mobilizon-reshare))
|
(map cadr (package-direct-inputs mobilizon-reshare))
|
||||||
(map specification->package+output
|
(map specification->package+output
|
||||||
'("git-cal" "man-db" "texinfo"
|
'("git-cal" "man-db" "texinfo"
|
||||||
"python-pre-commit" "cloc"
|
"pre-commit" "cloc"
|
||||||
"ripgrep" "python-semver"
|
"ripgrep" "python-semver"
|
||||||
"fd" "docker-compose" "poetry"))))
|
"fd" "docker-compose" "poetry"))))
|
||||||
|
|
Loading…
Reference in New Issue