mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-09-18 20:54:37 +00:00
maint: Add direnv configuration.
* .envrc: New file.
This commit is contained in:
parent
9073ac0309
commit
cc554d7f5e
7
.envrc
Normal file
7
.envrc
Normal file
@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: 2025 Hilton Chain <hako@ultrarare.space>
|
||||
#
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
GUILE_LOAD_PATH="modules${GUILE_LOAD_PATH:+:}$GUILE_LOAD_PATH"
|
||||
GUIX_PACKAGE_PATH="modules${GUIX_PACKAGE_PATH:+:}$GUIX_PACKAGE_PATH"
|
||||
export GUILE_LOAD_PATH GUIX_PACKAGE_PATH
|
Loading…
Reference in New Issue
Block a user