mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
9 lines
217 B
Nix
9 lines
217 B
Nix
{
|
|
description = "Use this as an input to access the nixlets. Override nixlet-lib to newer versions if needed.";
|
|
|
|
outputs = import ./.;
|
|
|
|
inputs = {
|
|
nixlet-lib.url = "gitlab:technofab/nixlets?dir=lib";
|
|
};
|
|
}
|