mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
flake.nix: add binary cache flake hint
This commit is contained in:
parent
5b68e16bae
commit
5029e5e2c0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user