nixos-configs/pkgs/yuzu/default.nix
matt1432 c6dea3b93d
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-07-07 20:59:24 -04:00

18 lines
387 B
Nix

{
qt6Packages,
makeScopeWithSplicing',
generateSplicesForMkScope,
...
}:
(makeScopeWithSplicing' {
otherSplices = generateSplicesForMkScope "yuzuPackages";
f = self:
qt6Packages
// {
compat-list = self.callPackage ./compat-list.nix {};
nx_tzdb = self.callPackage ./nx_tzdb.nix {};
mainline = self.callPackage ./mainline.nix {};
};
})
.mainline