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