nixos-config/pkgs/default.nix
2024-05-21 07:17:25 -03:00

10 lines
245 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 { };
creality-print = pkgs.callPackage ./creality-print { };
}