nixvimConfig/pkgs/default.nix

6 lines
168 B
Nix
Raw Normal View History

2024-07-03 00:37:56 +02:00
# Custom packages, that can be defined similarly to ones from nixpkgks
# Build them using `nix build .#example`
pkgs: {
# example = pkgs.callPackage ./example { };
}