Skip to content

Commit

Permalink
Doh
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Feb 22, 2018
1 parent bae19ef commit fab1218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nix/default.nix
Expand Up @@ -165,7 +165,7 @@ in rec {
url = "http://nixos.org/releases/nix/${name}/${name}.tar.xz";
sha256 = "7024d327314bf92c1d3e6cccd944929828a44b24093954036bfb0115a92f5a14";
};
}) // { perl-bindings = nixStable; };
}) // { perl-bindings = perl-bindings { nix = nixStable; }; };

nixUnstable = (lib.lowPrio (common rec {
name = "nix-2.0${suffix}";
Expand Down

0 comments on commit fab1218

Please sign in to comment.