File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 45
45
46
46
# --- Flake Local Nix Configuration ----------------------------
47
47
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
+ ] ;
54
54
allow-import-from-derivation = "true" ;
55
55
} ;
56
56
}
Original file line number Diff line number Diff line change 34
34
} ;
35
35
} ;
36
36
buildInputs = with pkgs ; [
37
+ cachix
37
38
lua53Packages . lua
38
39
lua53Packages . luacheck
39
40
purescript
You can’t perform that action at this time.
0 commit comments