rovr package added

This commit is contained in:
2026-03-16 20:35:37 +03:00
parent 6f278b36e7
commit 8797821d94
4 changed files with 94 additions and 5 deletions
+5 -1
View File
@@ -1,3 +1,7 @@
{ inputs, ... }:
{
inputs,
...
}:
self: super: {
rovr = inputs.self.packages.x86_64-linux.rovr;
}