feat(pkgs): Enable hie-nix Cachix cache

This commit is contained in:
Vincent Ambo 2018-07-29 16:46:55 +02:00
parent aa048203b7
commit b805265c7d

View file

@ -53,6 +53,20 @@ in {
};
};
# Configure additional binary caches (via Cachix)
nix = {
binaryCaches = [
# hie-nix contains the Haskell IDE Engine packaged for NixOS
"https://hie-nix.cachix.org"
];
binaryCachePublicKeys = [
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
];
trustedUsers = [ "root" "vincent" ];
};
# ... and declare packages to be installed.
environment.systemPackages = with pkgs; [
# Default nixos.* packages: