Show More
@@ -1,11 +1,13 b'' | |||
|
1 | 1 | { pkgs ? (import <nixpkgs> {}) |
|
2 | 2 | , pythonPackages ? "python27Packages" |
|
3 | 3 | , doCheck ? true |
|
4 | , sourcesOverrides ? {} | |
|
4 | 5 | , doDevelopInstall ? true |
|
5 | 6 | }: |
|
6 | 7 | |
|
7 | 8 | let |
|
8 | sources = pkgs.config.rc.sources or {}; | |
|
9 | # Get sources from config and update them with overrides. | |
|
10 | sources = (pkgs.config.rc.sources or {}) // sourcesOverrides; | |
|
9 | 11 | |
|
10 | 12 | enterprise-ce = import ./default.nix { |
|
11 | 13 | inherit pkgs pythonPackages doCheck; |
General Comments 0
You need to be logged in to leave comments.
Login now