From f48d6550215007cf6e92534f0f67d98ecd3a22ba Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 12 Jan 2022 13:37:22 +0100 Subject: chore(3p): bump NixOS channels to 2022-01-12 Temporarily use a master commit as some interesting failures have been fixed there (yubikey-manager and notmuch). * //users/tazjin/nixos/camden: The acme module was moved around, so we need to adjust the disabled module path. Change-Id: I21c6a1963ffe4205f3577f531ce10b778a82e2ff Reviewed-on: https://cl.tvl.fyi/c/depot/+/4865 Tested-by: BuildkiteCI Reviewed-by: tazjin --- third_party/overlays/tvl.nix | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'third_party/overlays/tvl.nix') 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 - ''; - }); } -- cgit 1.4.1