mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
4 lines
63 B
Nix
Executable file
4 lines
63 B
Nix
Executable file
{ self, ... }:
|
|
{
|
|
packages.default = self.packages.example;
|
|
}
|