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; default = $1;
}; };
devShells.default = { devShells.default = pkgs.mkShell {
inputsFrom = [ packages.default ]; inputsFrom = [ packages.default ];
packages = with pkgs; [ packages = with pkgs; [
$3 $3