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

buildable.{cc,hh} -> derived-path.{cc,hh}

This commit is contained in:
John Ericson 2021-04-05 10:33:28 -04:00
parent 179582872d
commit d8fa7517fa
6 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
#include <variant>
#include "path.hh"
#include "buildable.hh"
#include "derived-path.hh"
namespace nix {