5 lines
168 B
Nix
5 lines
168 B
Nix
# Custom packages, that can be defined similarly to ones from nixpkgks
|
|
# Build them using `nix build .#example`
|
|
pkgs: {
|
|
# example = pkgs.callPackage ./example { };
|
|
}
|