shoko-nix/default.nix

5 lines
86 B
Nix

{ pkgs ? import <nixpkgs> { } }:
{
shoko-server = pkgs.callPackage ./pkg.nix { };
}