nixos-config/pkgs/default.nix
2024-10-18 20:38:50 +02:00

4 lines
67 B
Nix

{ pkgs } :
{
wikit = pkgs.callPackage ./wikit/default.nix { };
}