Skip to content

Commit 8267abf

Browse files
committed
cachix
1 parent c3952fb commit 8267abf

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

flake.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545

4646
# --- Flake Local Nix Configuration ----------------------------
4747
nixConfig = {
48-
# This sets the flake to use the IOG nix cache.
49-
# Nix should ask for permission before using it,
50-
# but remove it here if you do not want it to.
51-
extra-substituters = [ "https://cache.iog.io" ];
52-
extra-trusted-public-keys =
53-
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
48+
extra-substituters =
49+
[ "https://cache.iog.io" "https://purescript-lua.cachix.org" ];
50+
extra-trusted-public-keys = [
51+
"hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="
52+
"purescript-lua.cachix.org-1:yLs4ei2HtnuPtzLekOrW3xdfm95+Etw15gwgyIGTayA="
53+
];
5454
allow-import-from-derivation = "true";
5555
};
5656
}

nix/hix.nix

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
};
3535
};
3636
buildInputs = with pkgs; [
37+
cachix
3738
lua53Packages.lua
3839
lua53Packages.luacheck
3940
purescript

0 commit comments

Comments
 (0)