add hugo; nix fmt

This commit is contained in:
Motiejus Jakštys
2023-04-13 11:45:00 +03:00
parent 33e56db9ad
commit 0b259fab9f
2 changed files with 25 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
}:
flake-utils.lib.eachDefaultSystem (system: let
pkgs = import nixpkgs {inherit system;};
devDeps = with pkgs; [];
devDeps = with pkgs; [hugo];
in {
devShells.default = pkgs.mkShell {
packages = devDeps;