5 lines
86 B
Nix
5 lines
86 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
|
|
{
|
|
shoko-server = pkgs.callPackage ./pkg.nix { };
|
|
} |