Remove *.nix files
This commit is contained in:
parent
8e959cf895
commit
859734cd31
13
.envrc
13
.envrc
|
@ -1,13 +0,0 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
# ^ added for shellcheck and file-type detection
|
|
||||||
|
|
||||||
# Watch & reload direnv on change
|
|
||||||
cd devshell || exit
|
|
||||||
watch_file devshell.toml
|
|
||||||
|
|
||||||
if [[ $(type -t use_flake) != function ]]; then
|
|
||||||
echo "ERROR: use_flake function missing."
|
|
||||||
echo "Please update direnv to v2.30.0 or later."
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
use flake
|
|
Loading…
Reference in a new issue