File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
99in 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"
You can’t perform that action at this time.
0 commit comments