mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-27 16:16:16 +02:00
8 lines
68 B
C++
8 lines
68 B
C++
|
#include "types.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
StringSet computeLevels();
|
||
|
|
||
|
}
|