Move monado custom branch to vr-overlay.nix

This commit is contained in:
2025-11-03 22:19:15 -05:00
parent cc28fe9df6
commit 67a9b2a4c0
2 changed files with 19 additions and 16 deletions

View File

@ -168,24 +168,11 @@
usbutils
# lemonake.packages.${pkgs.system}.wayvr-dashboard-git
# lemonake.packages.${pkgs.system}.wayvr-dashboard-git
monado
(monado.overrideAttrs (oldAttrs: rec {
src = fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "monado";
repo = "monado";
rev = "5c137fe28b232fe460f9b03defa7749adc32ee48";
hash = "sha256-4P/ejRAitrYn8hXZPaDOcx27utfm+aVLjtqL6JxZYAg=";
};
patches = [];
# (pkgs.fetchpatch {
# url = "https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2425.diff";
# sha256 = "0hhfk86z1yq5gn9bzqpv46nb9bdx3fygi55b4ayzmnamva7rcajp";
# })
# ];
}))
];

View File

@ -16,6 +16,22 @@
};
patches = [];
});
monado = prev.monado.overrideAttrs (oldAttrs: rec {
src = final.fetchgit {
url = "https://tangled.org/@matrixfurry.com/monado";
rev = "f689a3cf";
hash = "sha256-WBC+1+01U/2kvHYflqZczRW4rDAcOqsAPalGo8Yg3EI=";
};
# src = fetchFromGitLab {
# domain = "gitlab.freedesktop.org";
# owner = "monado";
# repo = "monado";
# rev = "5c137fe28b232fe460f9b03defa7749adc32ee48";
# hash = "sha256-4P/ejRAitrYn8hXZPaDOcx27utfm+aVLjtqL6JxZYAg=";
# };
patches = [];
});
})
];
}