Adds new dependencies
This commit is contained in:
parent
b5de51ae98
commit
70807fd674
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@
|
||||||
formatter.${system} = pkgs.alejandra;
|
formatter.${system} = pkgs.alejandra;
|
||||||
|
|
||||||
devShells.${system}.default = pkgs.mkShell {
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [hugo];
|
buildInputs = with pkgs; [
|
||||||
|
gnumake
|
||||||
|
go
|
||||||
|
hugo
|
||||||
|
];
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
echo '
|
echo '
|
||||||
|
|
Loading…
Reference in a new issue