chore: add cachix to nix conf

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-07-22 22:25:19 -05:00
parent 0c5a17a64b
commit c1947b8a36
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@
experimental-features = ["flakes" "nix-command" "repl-flake"];
auto-optimise-store = true;
warn-dirty = false;
substituters = ["https://jolheiser.cachix.org"];
trusted-public-keys = ["jolheiser.cachix.org-1:fiKkfTuHFqDK5ZOVxcqb4InUkKsrTvtMLISid7XvuVg="];
};
};