##// END OF EJS Templates
nix: don't pass pkgs into injected vcsserver.
marcink -
r3144:5b719387 default
parent child Browse files
Show More
@@ -34,7 +34,8 b' let'
34 overlays = [
34 overlays = [
35 (import ./pkgs/overlays.nix)
35 (import ./pkgs/overlays.nix)
36 ];
36 ];
37 inherit (pkgs_)
37 inherit
38 (pkgs_)
38 system;
39 system;
39 });
40 });
40
41
@@ -52,7 +52,6 b' let'
52 derivate = import "${nixFile}" {
52 derivate = import "${nixFile}" {
53 inherit
53 inherit
54 doCheck
54 doCheck
55 pkgs
56 pythonPackages;
55 pythonPackages;
57 };
56 };
58 in
57 in
General Comments 0
You need to be logged in to leave comments. Login now