File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 3434 } ;
3535 } ;
3636 buildInputs = with pkgs ; [
37+ cachix
3738 lua53Packages . lua
3839 lua53Packages . luacheck
3940 purescript
You can’t perform that action at this time.
0 commit comments