fix: missing .url in nixlets flake

This commit is contained in:
TECHNOFAB 2025-02-15 17:41:10 +00:00
parent 6815e95725
commit cd8ed7719e

View file

@ -4,6 +4,6 @@
outputs = import ./.;
inputs = {
nixlet-lib = "gitlab:technofab/nixlets?dir=lib";
nixlet-lib.url = "gitlab:technofab/nixlets?dir=lib";
};
}