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