mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-10 12:16:32 +03:00
9 lines
152 B
Nix
9 lines
152 B
Nix
{
|
|
inputs,
|
|
...
|
|
}:
|
|
self: super: {
|
|
rovr = inputs.self.packages.x86_64-linux.rovr;
|
|
pcbu-desktop = inputs.self.packages.x86_64-linux.pcbu-desktop;
|
|
}
|