aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/compute-levels.hh
blob: 093e7a915a4bdab38c4d7d582dba9f540db1d78f (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once
///@file

#include "types.hh"

namespace nix {

StringSet computeLevels();

}