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