flake.nix: add binary cache flake hint

This commit is contained in:
Vaibhav Sagar 2023-12-15 21:52:42 +11:00
parent 5b68e16bae
commit 5029e5e2c0

View File

@ -7,6 +7,11 @@
inputs.hls.url = "github:haskell/haskell-language-server";
inputs.nix-filter.url = "github:numtide/nix-filter";
nixConfig = {
extra-substituters = [ "https://ihaskell.cachix.org" ];
extra-trusted-public-keys = [ "ihaskell.cachix.org-1:WoIvex/Ft/++sjYW3ntqPUL3jDGXIKDpX60pC8d5VLM="];
};
outputs = { self, nixpkgs23_11, nixpkgsMaster, flake-utils, hls, nix-filter, ... }:
# "x86_64-darwin" "aarch64-darwin"
flake-utils.lib.eachSystem ["x86_64-linux"] (system: let