Skip to content

Commit

Permalink
fix: add the entirety of nix#4641 patch
Browse files Browse the repository at this point in the history
Previously, a specific commit was references, while the patch has +-
evolved into its final shape, which we want to capture here.
  • Loading branch information
blaggacao authored and Pacman99 committed Feb 23, 2022
1 parent 6954bdd commit 4bb01ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ let
patches = (o.patches or [ ]) ++ [
(pkgs.fetchpatch {
name = "fix-follows.diff";
url = "https://github.com/CitadelCore/nix/commit/cfef23c040c950222b3128b9da464d9fe6810d79.diff";
sha256 = "sha256-KpYSX/k7FQQWD4u4bUPFOUlPV4FyfuDy4OhgDm+bkx0=";
url = "https://patch-diff.githubusercontent.com/raw/NixOS/nix/pull/4641.patch";
sha256 = "sha256-nyLMSltS9XjNaF446M5yV/o08XtZkYbU7yMVnqYERts=";
})
];
});
Expand Down

0 comments on commit 4bb01ba

Please sign in to comment.