mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-16 11:40:54 +01:00
Revert "Update .envrc"
This reverts commit 1e43a4e12dfe2578550f8869f178cbe4d20cda18.
This commit is contained in:
parent
0f19cf4a9e
commit
5ebaa04f3d
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 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
|
# 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"
|
||||||
"pre-commit" "cloc"
|
"python-pre-commit" "cloc"
|
||||||
"ripgrep" "python-semver"
|
"ripgrep" "python-semver"
|
||||||
"fd" "docker-compose" "poetry"))))
|
"fd" "docker-compose" "poetry"))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user