mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
13 lines
148 B
Nix
13 lines
148 B
Nix
{
|
|
perSystem =
|
|
{
|
|
pkgs,
|
|
...
|
|
}:
|
|
{
|
|
packages = {
|
|
rocksdb = pkgs.callPackage ./package.nix { };
|
|
};
|
|
};
|
|
}
|