diff options
author | lassulus <lass@aidsballs.de> | 2015-08-28 17:33:03 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-08-28 17:33:03 +0200 |
commit | b66cefc6b3c8aafd4737605c5bb07eb8ea9d9dc7 (patch) | |
tree | b1d66a3633c0a53e6d38daf4025eceb8799e9601 /lass | |
parent | ecae9b59753c13ea5bff57a6f7c44086c77844d6 (diff) |
lass 2 chromium-patched: remove unneeded test code
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/chromium-patched.nix | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lass/2configs/chromium-patched.nix b/lass/2configs/chromium-patched.nix index 715181778..d9d7760dd 100644 --- a/lass/2configs/chromium-patched.nix +++ b/lass/2configs/chromium-patched.nix @@ -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 + # ''; + # })) + #]; } |