mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-15 18:56:16 +02:00
11 lines
114 B
C++
11 lines
114 B
C++
|
#pragma once
|
||
|
///@file
|
||
|
|
||
|
#include "signature/local-keys.hh"
|
||
|
|
||
|
namespace nix {
|
||
|
|
||
|
PublicKeys getDefaultPublicKeys();
|
||
|
|
||
|
}
|