nixos-config/pkgs/default.nix
gwg313 ccf213f488
stuff
Signed-off-by: gwg313 <gwg313@pm.me>
2025-10-20 16:27:59 -04:00

9 lines
309 B
Nix

# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
{ pkgs, ... }:
{
# example = pkgs.callPackage ./example { };
# sesh = pkgs.callPackage ./sesh {};
yatto = pkgs.callPackage ./yatto { };
ceserver = pkgs.callPackage ./ceserver { };
}