Skip to content

Commit 8eda142

Browse files
committed
Bump Nixpkgs version & fix PyCrypto
1 parent 4489b01 commit 8eda142

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ let
22

33
nixpkgs = (import <nixpkgs> {}).pkgs.fetchFromGitHub {
44
owner = "NixOS"; repo = "nixpkgs";
5-
rev = "0ff8fc1d83f85dbde91a3ce65111141c9014114e"; # 16.09
6-
sha256 = "0llha8bhvwvf2pij1vik693181gxgwhyzldfc1pa31jxqajxxjlz";
5+
rev = "0011f9065a1ad1da4db67bec8d535d91b0a78fba"; # nixos-unstable
6+
sha256 = "0m662mibyxqmp83zdhsi084p2h90268h3i8bfk3b2q8pbjz89yx2";
77
};
88

99
in with import nixpkgs {}; {
@@ -21,7 +21,7 @@ in with import nixpkgs {}; {
2121
};
2222
in (buildFHSUserEnv {
2323
name = "main";
24-
targetPkgs = pkgs: (with pkgs; [ ansible2 curl dnsimple docker gnumake git google-cloud-sdk openssh python27Full python27Packages.libcloud python27Packages.pycrypto python27Packages.requests rsync ] ++ python27Packages.libcloud.propagatedBuildInputs ++ dnsimple.propagatedBuildInputs);
24+
targetPkgs = pkgs: (with pkgs; [ ansible2 curl dnsimple docker gnumake git google-cloud-sdk openssh python27Full python27Packages.libcloud python27Packages.pycrypto python27Packages.requests rsync ] ++ python27Packages.libcloud.propagatedBuildInputs ++ python27Packages.pycrypto.propagatedBuildInputs ++ dnsimple.propagatedBuildInputs);
2525
profile = ''
2626
source .env.local;
2727
export PYTHONPATH="/usr/lib/python2.7/site-packages"

0 commit comments

Comments
 (0)