forked from colonelpanic/dotfiles
[NixOS] Add cachix for hie
This commit is contained in:
parent
93ee4866b8
commit
3d791966bd
12
nixos/cachix.nix
Normal file
12
nixos/cachix.nix
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
nix = {
|
||||||
|
binaryCaches = [
|
||||||
|
"https://cache.nixos.org/"
|
||||||
|
"https://hie-nix.cachix.org"
|
||||||
|
];
|
||||||
|
binaryCachePublicKeys = [
|
||||||
|
"hie-nix.cachix.org-1:EjBSHzF6VmDnzqlldGXbi0RM3HdjfTU3yDRi9Pd0jTY="
|
||||||
|
];
|
||||||
|
trustedUsers = [ "root" "imalison" "kat" ];
|
||||||
|
};
|
||||||
|
}
|
@ -5,6 +5,7 @@
|
|||||||
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
<nixpkgs/nixos/modules/installer/scan/not-detected.nix>
|
||||||
../configuration.nix
|
../configuration.nix
|
||||||
../games.nix
|
../games.nix
|
||||||
|
../cachix.nix
|
||||||
../extra.nix
|
../extra.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user