1
Fork 0

add a few more scripts

main
Motiejus Jakštys 2023-04-13 11:45:39 +03:00
parent 0b259fab9f
commit ebf2194d04
1 changed files with 1 additions and 1 deletions

View File

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