From 6b09094cb773c8361eb68e6d623ae3f25bbcc71f Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Wed, 7 Jun 2023 22:41:15 -0400 Subject: [PATCH] chore: add nix language to devenv --- devenv.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devenv.nix b/devenv.nix index beab51c..18a0491 100644 --- a/devenv.nix +++ b/devenv.nix @@ -11,12 +11,12 @@ #scripts.hello.exec = "echo hello from $GREET"; #enterShell = '' - # hello - # git --version + # hello + # git --version #''; # https://devenv.sh/languages/ - # languages.nix.enable = true; + languages.nix.enable = true; # https://devenv.sh/pre-commit-hooks/ # pre-commit.hooks.shellcheck.enable = true;