mirror of
https://github.com/vale981/hiro-flake-utils
synced 2025-03-05 17:31:38 -05:00
7 lines
129 B
Nix
7 lines
129 B
Nix
{
|
|
outputs = { self }: {
|
|
lib = {
|
|
currentDefaultPackage = flake: system: flake.defaultPackage.${system};
|
|
};
|
|
};
|
|
}
|