fix(emacs): haskell cache
All checks were successful
build / build (push) Successful in 4m10s

This commit is contained in:
2026-04-23 07:37:49 -06:00
parent 087d5efaaf
commit bec92689f7

View File

@@ -22,11 +22,13 @@ in {
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://cache.nixos.org" "https://cache.nixos.org"
"https://cache.iog.io" "https://cache.iog.io"
"https://cache.zw3rk.com"
]; ];
trusted-public-keys = [ trusted-public-keys = [
(builtins.readFile ../../public-keys/deertopia-cache.pub.pem) (builtins.readFile ../../public-keys/deertopia-cache.pub.pem)
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
"loony-tools:pr9m4BkM/5/eSTZlkQyRt57Jz7OMBxNSUiMC4FkcNfk="
]; ];
}; };
}; };