nixvimConfig/pkgs/default.nix
2024-07-03 00:37:56 +02:00

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 { };
}