add substituter config for ndg
This commit is contained in:
parent
c383420827
commit
8a6aa53603
1 changed files with 5 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue