Skip to content

Commit

Permalink
config: Use local guix by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
minikN committed May 14, 2024
1 parent ab958a2 commit a8b5647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GUIX_PROFILE=target/profiles/guix
GUIX_PROFILE=target/profiles/guix-local
if [ -f $GUIX_PROFILE/etc/profile ]; then source $GUIX_PROFILE/etc/profile; fi
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include profiles.mk

# Also defined in .envrc to make proper guix version available project-wide
GUIX_PROFILE=target/profiles/guix
GUIX_PROFILE=target/profiles/guix-local
GUIX=GUILE_LOAD_PATH="../rde/src:../rde/tests:." GUILE_LOAD_COMPILED_PATH="" ${GUIX_PROFILE}/bin/guix

HOST=$(shell cat /etc/hostname)
Expand Down

0 comments on commit a8b5647

Please sign in to comment.