aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/compute-levels.hh
blob: 8ded295f9e2241d62b389687c18c5a46f9a9307c (plain)
1
2
3
4
5
6
7
#include "types.hh"

namespace nix {

StringSet computeLevels();

}