diff options
author | Alan Pearce | 2024-06-23 17:22:09 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-23 19:23:20 +0200 |
commit | fe4a23b550b7450e6e24cd3c78dfd575122d361d (patch) | |
tree | 61e4f2158455ad8e7c05a7c8f219e909a3239263 /nix | |
parent | 3a7e71544045647fa3ac702a1f0c5ad14623cb98 (diff) | |
download | website-fe4a23b550b7450e6e24cd3c78dfd575122d361d.tar.lz website-fe4a23b550b7450e6e24cd3c78dfd575122d361d.tar.zst website-fe4a23b550b7450e6e24cd3c78dfd575122d361d.zip |
pre-compress generated files in production
Diffstat (limited to 'nix')
-rw-r--r-- | nix/gomod2nix.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nix/gomod2nix.toml b/nix/gomod2nix.toml index 0bc3fc9..268262c 100644 --- a/nix/gomod2nix.toml +++ b/nix/gomod2nix.toml @@ -20,6 +20,9 @@ schema = 3 [mod."github.com/adrg/frontmatter"] version = "v0.2.0" hash = "sha256-WJsVcdCpkIkjqUz5fJOFStZYwQlrcFzQ6+mZatZiimo=" + [mod."github.com/andybalholm/brotli"] + version = "v1.1.0" + hash = "sha256-njLViV4v++ZdgOWGWzlvkefuFvA/nkugl3Ta/h1nu/0=" [mod."github.com/andybalholm/cascadia"] version = "v1.3.2" hash = "sha256-Nc9SkqJO/ecincVcUBFITy24TMmMGj5o0Q8EgdNhrEk=" |