flake: add substituters to nixConfig

This caches the outputs of the Flake via Cachix
This commit is contained in:
matthewcroughan 2023-02-21 17:49:08 +00:00
parent cabb906190
commit eab924bbaf

View file

@ -1,5 +1,8 @@
{
description = "A very basic flake";
nixConfig = {
extra-substituters = [ "https://ai.cachix.org" ];
extra-trusted-public-keys = [ "ai.cachix.org-1:N9dzRK+alWwoKXQlnn0H6aUx0lU/mspIoz8hMvGvbbc=" ];
};
inputs = {
nixpkgs = {