-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.envrc
More file actions
21 lines (18 loc) · 638 Bytes
/
.envrc
File metadata and controls
21 lines (18 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: MIT AND Palimpsest-0.8
# SPDX-FileCopyrightText: 2024-2025 The polysafe-gitfixer Contributors
#
# direnv configuration for polysafe-gitfixer
# Automatically loads the Nix development environment
#
# Setup:
# 1. Install direnv: https://direnv.net/docs/installation.html
# 2. Hook into your shell: eval "$(direnv hook bash)" # or zsh/fish
# 3. Allow this directory: direnv allow
#
# The environment will automatically load when you cd into this directory.
use flake
# Optional: Add local bin to PATH
PATH_add bin
# Optional: Watch additional files for changes
watch_file flake.nix
watch_file flake.lock