Skip to content

Commit

Permalink
Merge pull request #271 from nix-community/update-locks
Browse files Browse the repository at this point in the history
chore: update locks
  • Loading branch information
github-actions[bot] authored Nov 27, 2024
2 parents b52082f + 3ef5a4b commit e3f0e12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pkgs/overrides/monado.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
# SPDX-License-Identifier: MIT

final: prev: {
monado = prev.monado.overrideAttrs {
monado = prev.monado.overrideAttrs (prevAttrs: {
inherit (final.xrSources.monado) pname version src;
};

patches = builtins.filter (p: p.name != "improve-reproducibility.patch") prevAttrs.patches;
});
}

0 comments on commit e3f0e12

Please sign in to comment.