nixos-config/pkgs/default.nix

11 lines
299 B
Nix
Raw Normal View History

2024-04-08 20:32:17 +02:00
# Custom packages, that can be defined similarly to ones from nixpkgs
# You can build them using 'nix build .#example'
2024-05-16 20:15:39 +02:00
{
pkgs,
# lib,
...
}: {
# mkdocs-rss-plugin = pkgs.callPackage ./mkdocs-rss-plugin/default.nix {};
2024-04-17 20:39:12 +02:00
vedirect-reader = pkgs.callPackage ./vedirect-reader/default.nix {};
2024-04-08 20:32:17 +02:00
}