aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nix/rust.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nix/rust.nix b/nix/rust.nix
index 5066437..81ca0e8 100644
--- a/nix/rust.nix
+++ b/nix/rust.nix
@@ -1,8 +1,7 @@
{ sources ? import ./sources.nix }:
let
- pkgs =
- import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
+ pkgs = import sources.nixpkgs { overlays = [ (import sources.nixpkgs-mozilla) ]; };
channel = "nightly";
date = "2021-02-20";
targets = [ ];