website/parts/config/packages.nix

5 lines
63 B
Nix
Raw Permalink Normal View History

2025-04-11 13:29:01 -05:00
{ self, ... }:
{
packages.default = self.packages.example;
}