about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 22:10:10 +0200
committerAlan Pearce2024-04-19 22:13:42 +0200
commitbf469bae36ebad75bfd167074f104b6b2d66a3b0 (patch)
treede7a11a928d232e8c046cb110af1ffa9f34c1f22 /flake.nix
parent6fa56947adc7017bf5034010b516dd26b90c82b8 (diff)
downloadwebsite-bf469bae36ebad75bfd167074f104b6b2d66a3b0.tar.lz
website-bf469bae36ebad75bfd167074f104b6b2d66a3b0.tar.zst
website-bf469bae36ebad75bfd167074f104b6b2d66a3b0.zip
try to improve building on aarch64-darwin
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 78a2c53..c97f348 100644
--- a/flake.nix
+++ b/flake.nix
@@ -29,6 +29,7 @@
           inherit packages;
           devShells = {
             default = pkgs.mkShell {
+              inputsFrom = [ packages.builder ];
               packages = with pkgs; [
                 gopls
                 gotools