Skip to content

Commit

Permalink
Update upstream nixpkgs source to latest commit to fix broken pytorch
Browse files Browse the repository at this point in the history
  • Loading branch information
bmpvieira committed Jan 10, 2019
1 parent e643a69 commit 4fd8ee2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

let
pinPkgs = import (builtins.fetchTarball {
name = "nixos-18.09";
url = "https://github.com/NixOS/nixpkgs/archive/18.09.tar.gz";
sha256 = "1ib96has10v5nr6bzf7v8kw7yzww8zanxgw2qi1ll1sbv6kj6zpd";
name = "nixos-19.01.10";
url = "https://github.com/NixOS/nixpkgs/archive/539d62be3aa24d20d266187b8cbe59aaf74244cc.tar.gz";
sha256 = "0s1sh4lvkv9z7hs2rli31xrg819jw5qiqzmj0nmml15qkw22x60j";
}) { inherit system; };

pkgs = pinPkgs // {
Expand Down

0 comments on commit 4fd8ee2

Please sign in to comment.