From ff8cb8a3ff2e235bcc1d84de829cc8573dd3512b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 26 Apr 2021 13:41:01 +0000 Subject: fmt: No newline --- nix/rust.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nix') 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 = [ ]; -- cgit v1.2.3