about summary refs log tree commit diff
path: root/tools/depot-nixpkgs-update.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depot-nixpkgs-update.nix')
-rw-r--r--tools/depot-nixpkgs-update.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depot-nixpkgs-update.nix b/tools/depot-nixpkgs-update.nix
index 6557b2f25a..c92bc76b62 100644
--- a/tools/depot-nixpkgs-update.nix
+++ b/tools/depot-nixpkgs-update.nix
@@ -11,8 +11,8 @@ let
   archiveUrl = "https://github.com/NixOS/nixpkgs/archive/";
 
   bins = getBins pkgs.nix [ "nix-prefetch-url" ]
-    //   getBins pkgs.curl [ "curl" ]
-    ;
+    // getBins pkgs.curl [ "curl" ]
+  ;
 
 in