lass 2 chromium-patched: remove unneeded test code
This commit is contained in:
parent
ecae9b5975
commit
b66cefc6b3
|
@ -37,12 +37,12 @@ let
|
||||||
in {
|
in {
|
||||||
environment.etc."chromium/policies/managed/master.json".source = pkgs.lib.mkForce masterPolicy;
|
environment.etc."chromium/policies/managed/master.json".source = pkgs.lib.mkForce masterPolicy;
|
||||||
|
|
||||||
environment.systemPackages = [
|
#environment.systemPackages = [
|
||||||
#pkgs.chromium
|
# #pkgs.chromium
|
||||||
(pkgs.lib.overrideDerivation pkgs.chromium (attrs: {
|
# (pkgs.lib.overrideDerivation pkgs.chromium (attrs: {
|
||||||
buildCommand = attrs.buildCommand + ''
|
# buildCommand = attrs.buildCommand + ''
|
||||||
touch $out/TEST123
|
# touch $out/TEST123
|
||||||
'';
|
# '';
|
||||||
}))
|
# }))
|
||||||
];
|
#];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue