diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-01T09·17+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-02-01T09·23+0000 |
commit | 3122cdf0c4dca8df08aca42e7df3e866bc3dd94e (patch) | |
tree | 443d8634ae2444f7e389cd664397a75cd3e3e54f /third_party/nixpkgs | |
parent | 586f530ec4dfd3747367896a374410f15b3ae183 (diff) |
fix(tazjin/tverskoy): copy & paste some l2tp fix from nixpkgs#64965 r/3734
Change-Id: Ib6375cd2281ce7eff87d9a1f8bd8f811ed180a87 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5155 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/nixpkgs')
-rw-r--r-- | third_party/nixpkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nixpkgs/default.nix b/third_party/nixpkgs/default.nix index 8bb4fb903980..74643cf70f53 100644 --- a/third_party/nixpkgs/default.nix +++ b/third_party/nixpkgs/default.nix @@ -20,7 +20,7 @@ let # Stable package set is imported, but not exposed, to overlay # required packages into the unstable set. - stableNixpkgs = import depot.third_party.sources.nixpkgs-stable {}; + stableNixpkgs = import depot.third_party.sources.nixpkgs-stable { }; # Overlay for packages that should come from the stable channel # instead (e.g. because something is broken in unstable). |