chore: add nix language to devenv
This commit is contained in:
parent
baf63e2ac9
commit
6b09094cb7
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue