chore: add nix language to devenv

This commit is contained in:
Glen Goodwin 2023-06-07 22:41:15 -04:00
parent baf63e2ac9
commit 6b09094cb7

View file

@ -11,12 +11,12 @@
#scripts.hello.exec = "echo hello from $GREET"; #scripts.hello.exec = "echo hello from $GREET";
#enterShell = '' #enterShell = ''
# hello # hello
# git --version # git --version
#''; #'';
# https://devenv.sh/languages/ # https://devenv.sh/languages/
# languages.nix.enable = true; languages.nix.enable = true;
# https://devenv.sh/pre-commit-hooks/ # https://devenv.sh/pre-commit-hooks/
# pre-commit.hooks.shellcheck.enable = true; # pre-commit.hooks.shellcheck.enable = true;