Skip to content

Commit ad8374d

Browse files
Try #1579:
2 parents ba13d45 + f6bd524 commit ad8374d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

flake.nix

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,14 @@
147147
];
148148
};
149149
});
150+
151+
# --- Flake Local Nix Configuration ----------------------------
152+
nixConfig = {
153+
# This sets the flake to use the IOG nix cache.
154+
# Nix should ask for permission before using it,
155+
# but remove it here if you do not want it to.
156+
extra-substituters = ["https://cache.iog.io"];
157+
extra-trusted-public-keys = ["hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ="];
158+
allow-import-from-derivation = "true";
159+
};
150160
}

0 commit comments

Comments
 (0)