Skip to content

Commit

Permalink
Remove patch for NixOS/nix#8485
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Sep 1, 2023
1 parent e29214f commit e300285
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
11 changes: 0 additions & 11 deletions flake.nix

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

11 changes: 0 additions & 11 deletions src/org/cromulent.org
Original file line number Diff line number Diff line change
Expand Up @@ -5127,17 +5127,6 @@ more "literate".
(final: prev: {
hyperlink = config.packages.hyperlink;
})
# https://github.com/NixOS/nix/issues/8485#issuecomment-1596220009
(final: prev: {
nix = prev.nix.overrideAttrs (old: {
patches = (old.patches or []) ++ [
(final.fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nix/pull/8535.patch";
hash = "sha256-CTbwtlB/veZWP+xqYSSZeUJiAUhIn3r6QJgZwRx4QRM=";
})
];
});
})
];
};

Expand Down

0 comments on commit e300285

Please sign in to comment.