Set nixPath as suggested by nixd config

This commit is contained in:
Evie Litherland-Smith 2024-10-25 05:30:32 +01:00
parent d81e874d19
commit 10ca06642b

View file

@ -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;