1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Properly prefix libfetchers header

This is a minor oversight from 012453d1e6.
This commit is contained in:
John Ericson 2025-06-20 18:42:23 -04:00
parent b9b510d692
commit 47b7d910e9

View file

@ -1,4 +1,4 @@
#include "fetchers.hh" #include "nix/fetchers/fetchers.hh"
namespace nix::fetchers { namespace nix::fetchers {