From 9f79655dcca68b65476665559c22366794073a24 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Fri, 24 Jul 2020 10:30:52 +0200 Subject: [PATCH] nixUnstable is fixed --- configurations/nix-store.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/configurations/nix-store.nix b/configurations/nix-store.nix index 0fe11c2b..a60b7d0a 100644 --- a/configurations/nix-store.nix +++ b/configurations/nix-store.nix @@ -19,14 +19,7 @@ nixpkgs.overlays = [ (self: super: { - nix = super.nixUnstable.overrideAttrs (oldAttrs: { - src = self.fetchFromGitHub { - owner = "NixOS"; - repo = "nix"; - rev = "ff314f186e3f91d87af6ad96c0ae3b472494b940"; - hash = "sha256-QibpLo4/gf2xYGoeQcgjZzH/qy5TBRVH+QCHgqOwur0="; - }; - }); + nix = super.nixUnstable; }) ];