add devShell to flake template snippet
This commit is contained in:
parent
5f0a2ff631
commit
63d738a33c
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ snippet flake
|
|||
};
|
||||
default = $1;
|
||||
};
|
||||
devShells.default = {
|
||||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = [ packages.default ];
|
||||
packages = with pkgs; [
|
||||
$3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue