9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
# https://github.com/direnv/direnv/wiki
|
||
|
|
||
|
use flake
|
||
|
|
||
|
watch_file ./nix/shell.nix
|
||
|
|
||
|
eval "$shellHook"
|