nixos-config/pkgs/default.nix
gwg313 58f06d6729
lots of stuff
Signed-off-by: gwg313 <gwg313@pm.me>
2025-06-30 18:13:14 -04:00

8 lines
269 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 {};
ceserver = pkgs.callPackage ./ceserver { };
}