add substituter config for ndg

This commit is contained in:
atagen 2025-10-11 21:30:30 +11:00
parent c383420827
commit 8a6aa53603

View file

@ -4,6 +4,11 @@
ndg.url = "github:feel-co/ndg";
};
nixConfig = {
substituters = [ "https://feel-co.cachix.org" ];
trusted-public-keys = [ "feel-co.cachix.org-1:nwEFNnwZvtl4KKSH5LDg+/+K7bV0vcs6faMHAJ6xx0w=" ];
};
# cheerfully lifted from nixos + hjem-rum doc gen
outputs =
inputs: