Revert "nix: Fix nix not working with local LFS repositories"

This reverts commit 050359f8ee.
This commit is contained in:
Simon Bruder 2021-10-12 20:45:21 +02:00
parent 6c22848c85
commit ee390f869d
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -28,15 +28,7 @@ in
nix = { nix = {
# nix with flake support # nix with flake support
# TODO: Remove override once nixUnstable that includes this commit is in nixpkgs package = pkgs.nixUnstable;
package = pkgs.nixUnstable.overrideAttrs (o: o // {
patches = [
(pkgs.fetchpatch {
url = "https://github.com/nixos/nix/commit/d1bf7431bbb9c38bdb577661d8511d506a3955c4.patch";
sha256 = "sha256-6ap0taVKrJU0VcpC4+AeqPBL5sLXKvBE5UX7I2YQqiU=";
})
];
});
registry = with inputs; { registry = with inputs; {
nixpkgs.flake = nixpkgs; nixpkgs.flake = nixpkgs;