Skip to content

Commit bc48d59

Browse files
committed
Add nixConfig
1 parent 406d181 commit bc48d59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

flake.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313
moduleWithSystem,
1414
...
1515
}: {
16+
flake = {
17+
nixConfig = {
18+
experimental-features = ["nix-command" "flakes"];
19+
extra-substituters = [
20+
"https://stackptr.cachix.org"
21+
];
22+
extra-trusted-public-keys = [
23+
"stackptr.cachix.org-1:5e2q7OxdRdAtvRmHTeogpgJKzQhbvFqNMmCMw71opZA="
24+
];
25+
};
26+
};
1627
systems = ["x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin"];
1728
perSystem = {
1829
pkgs,

0 commit comments

Comments
 (0)