1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-17 22:41:08 +01:00

libcmd: Speed up builds by using precompiled headers

This commit is contained in:
Sergei Zimmerman 2025-07-20 21:39:47 +03:00
parent af6c84b523
commit 46469983e7
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#include "nix/cmd/installables.hh"
#include "nix/expr/eval.hh"
#include "nix/util/util.hh"
#include "nix/flake/flake.hh"