about summary refs log tree commit diff
path: root/third_party/overlays/tvl.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r--third_party/overlays/tvl.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix
index 2b7cf0e9ed..f7b1536069 100644
--- a/third_party/overlays/tvl.nix
+++ b/third_party/overlays/tvl.nix
@@ -49,14 +49,4 @@ self: super: {
   mkShell = super.lib.makeOverridable(args: (super.mkShell args) // {
     meta.ci = false;
   });
-
-  # TODO(tazjin): determine whether this is the cause of my suspend
-  # bugs, and if so, upstream it to nixpkgs.
-  xsecurelock = super.xsecurelock.overrideAttrs(drv: rec {
-    buildInputs = drv.buildInputs ++ [ self.makeWrapper ];
-    postInstall = ''
-      wrapProgram $out/libexec/xsecurelock/saver_blank \
-        --prefix PATH : ${self.coreutils}/bin
-    '';
-  });
 }