nixos/pkgs/default.nix
2025-04-17 13:36:43 -04:00

5 lines
175 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 { };
}