From 63d738a33cf8e7bf3eece9fdcffd52bb5228b681 Mon Sep 17 00:00:00 2001 From: Antoine Vaure Date: Fri, 10 Oct 2025 14:53:10 +0200 Subject: [PATCH] add devShell to flake template snippet --- snippets/nix.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/nix.snippets b/snippets/nix.snippets index 198f9e7..84e0471 100644 --- a/snippets/nix.snippets +++ b/snippets/nix.snippets @@ -43,7 +43,7 @@ snippet flake }; default = $1; }; - devShells.default = { + devShells.default = pkgs.mkShell { inputsFrom = [ packages.default ]; packages = with pkgs; [ $3