nixUnstable is fixed
This commit is contained in:
parent
7ec9baec00
commit
9f79655dcc
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
})
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue