nixos-config/pkgs/default.nix
Christoph Heiss 44a7d23daa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
flake: pull in openssh 9.8p1 through nixpkgs directly
.. benefiting from the cache.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-02 12:25:26 +02:00

12 lines
472 B
Nix

_: super:
{
automation-shell = super.callPackage ./automation-shell.nix { };
dashboard-icons = super.callPackage ./dashboard-icons.nix { };
deploy-sink = super.callPackage ./deploy-sink.nix { };
git-multi-shortlog = super.callPackage ./git-multi-shortlog.nix { };
homer = super.callPackage ./homer { };
neomutt-export-patches = super.callPackage ./neomutt-export-patches.nix { };
sway-background-image = super.callPackage ./sway-background-image.nix { };
}