aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: 8c5e9102da24c44527a6dbe34a0ac59a62559062 (plain)
1
2
3
4
5
6
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example' or (legacy) 'nix-build -A example'

{ pkgs ? (import ../nixpkgs.nix) { } }: {
  # example = pkgs.callPackage ./example { };
}