mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-07 13:32:15 -06:00
5 lines
63 B
Nix
5 lines
63 B
Nix
|
|
{ self, ... }:
|
||
|
|
{
|
||
|
|
packages.default = self.packages.example;
|
||
|
|
}
|