diff options
Diffstat (limited to 'tools/depot-nixpkgs-update.nix')
-rw-r--r-- | tools/depot-nixpkgs-update.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depot-nixpkgs-update.nix b/tools/depot-nixpkgs-update.nix index 6557b2f25a4f..c92bc76b62ea 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 |