mirror of
https://github.com/status-im/status-app.git
synced 2026-08-27 07:01:14 +00:00
12 lines
354 B
Bash
12 lines
354 B
Bash
# shellcheck shell=bash
|
|
# vim: ft=bash
|
|
if ! has nix_direnv_version || ! nix_direnv_version 3.1.1; then
|
|
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.1.1/direnvrc" "sha256-p+fzQdrms/hDa7g+soShAybJNo4bN4SIAeSfqNKgD5I="
|
|
fi
|
|
|
|
export DIRENV_WARN_TIMEOUT=20s
|
|
export NIX_CONFIG="include ${PWD}/nix/nix.conf"
|
|
|
|
watch_dir nix
|
|
use flake
|