Set nixPath as suggested by nixd config
This commit is contained in:
parent
d81e874d19
commit
10ca06642b
|
@ -32,6 +32,7 @@
|
|||
substituters = [ "https://nix.xenia.me.uk" ];
|
||||
trusted-public-keys = [ "nix.xenia.me.uk:tlgwOaG5KMLjQUk2YaErS8mAG69ZCr3PaHXZYi+Y5eI=" ];
|
||||
};
|
||||
nixPath = [ "nixpkgs=${inputs.nixpkgs}" ];
|
||||
channel.enable = true;
|
||||
gc = {
|
||||
automatic = true;
|
||||
|
|
Loading…
Reference in a new issue