about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nix/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/third_party/nix/default.nix b/third_party/nix/default.nix
index 85f3625e52..d07011dd0b 100644
--- a/third_party/nix/default.nix
+++ b/third_party/nix/default.nix
@@ -233,9 +233,7 @@ lib.fix (self: pkgs.fullLlvm11Stdenv.mkDerivation {
     test-vm = import ./test-vm.nix args;
   };
 
-  meta = {
-    targets = [
-      "checkfmt"
-    ];
-  };
+  meta.ci.targets = [
+    "checkfmt"
+  ];
 })