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

UnionSourceAccessor: Don't filter out underlying files of the wrong type

https://github.com/NixOS/nix/pull/12512#discussion_r1961567140
This commit is contained in:
Eelco Dolstra 2025-02-19 13:34:42 +01:00
parent 99e78c37f7
commit 584ddd1b4d
2 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,4 @@
#include "eval.hh"
#include "store-api.hh"
namespace nix {