diff options
author | sterni <sternenseemann@systemli.org> | 2022-06-21T20·29+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-06-22T14·28+0000 |
commit | 32b75c45c527ec4469e6f0848e3b097c2f7b1fd6 (patch) | |
tree | 0d2f7062c67f1418e3ef3de9039608aedfa151c3 /third_party/overlays/tvl.nix | |
parent | 807e7ec55f64e52218c27921b580cede6752785a (diff) |
chore(3p/sources): Bump channels & overlays r/4253
* //3p/overlays/tvl: nixpkgs-fmt 1.3.0 contains the fix we care about, so we can drop the override. * //3p/nixpkgs: use awscli2 from stable nixpkgs as it's broken in unstable at the moment. Waiting on: https://nixpk.gs/pr-tracker.html?pr=178313 Change-Id: I9bb605d7940e53ebac80e3357799a3827a9415be Reviewed-on: https://cl.tvl.fyi/c/depot/+/5890 Tested-by: BuildkiteCI Autosubmit: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'third_party/overlays/tvl.nix')
-rw-r--r-- | third_party/overlays/tvl.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index fbc48e15656a..b2ef0eee3e2c 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -74,22 +74,6 @@ in }; })); - # bump nixpkgs-fmt to a version that doesn't touch whitespace in - # strings - nixpkgs-fmt = super.nixpkgs-fmt.overrideAttrs (old: rec { - src = self.fetchFromGitHub { - owner = "nix-community"; - repo = "nixpkgs-fmt"; - rev = "5ae8532b82eb040ca6b21ae2d02d9e88f604e76a"; - sha256 = "0hjkbcgz62793hzfzlaxyah8a2c1k79n1k891lg7kfw8mkbq0w4p"; - }; - - cargoDeps = old.cargoDeps.overrideAttrs (_: { - inherit src; - outputHash = "10if2lmv8d95j3walq3ggx3y423yfy4yl9vplw3apd0s671bly8b"; - }); - }); - # upgrade home-manager until the service-generation fix has landed upstream # https://github.com/nix-community/home-manager/issues/2846 home-manager = super.home-manager.overrideAttrs (old: rec { |