mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2025-12-12 01:50:05 +01:00
fix: missing .url in nixlets flake
This commit is contained in:
parent
6815e95725
commit
cd8ed7719e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@
|
||||||
outputs = import ./.;
|
outputs = import ./.;
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixlet-lib = "gitlab:technofab/nixlets?dir=lib";
|
nixlet-lib.url = "gitlab:technofab/nixlets?dir=lib";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue