add devShell to flake template snippet

This commit is contained in:
Antoine Vaure 2025-10-10 14:53:10 +02:00
parent 5f0a2ff631
commit 63d738a33c

View file

@ -43,7 +43,7 @@ snippet flake
};
default = $1;
};
devShells.default = {
devShells.default = pkgs.mkShell {
inputsFrom = [ packages.default ];
packages = with pkgs; [
$3