nixUnstable is fixed

This commit is contained in:
Charlotte Van Petegem 2020-07-24 10:30:52 +02:00
parent 7ec9baec00
commit 9f79655dcc

View file

@ -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;
})
];