about summary refs log tree commit diff
path: root/third_party/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/default.nix')
-rw-r--r--third_party/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/default.nix b/third_party/default.nix
index 7d2f6cdaec..f9b963f152 100644
--- a/third_party/default.nix
+++ b/third_party/default.nix
@@ -36,8 +36,8 @@ let
       age
       autoconf
       autoreconfHook
-      avrlibc
       avrdude
+      avrlibc
       awscli
       bashInteractive
       bat
@@ -207,7 +207,7 @@ in exposed.lib.fix(self: exposed // {
 
   # Packages to be overridden
   originals = {
-    inherit (nixpkgs) openldap go grpc notmuch rr;
+    inherit (nixpkgs) gtest openldap go grpc notmuch rr;
     inherit (stableNixpkgs) git;
     ffmpeg = nixpkgs.ffmpeg-full;
   };