aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:41:01 +0000
committerGitHub <[email protected]>2021-04-26 13:41:01 +0000
commitff8cb8a3ff2e235bcc1d84de829cc8573dd3512b (patch)
tree7340548057dbf1e68a41ee34b9100142803b45ed
parentfmt: Rename re_server module to server (diff)
downloadwhirl-ff8cb8a3ff2e235bcc1d84de829cc8573dd3512b.tar.xz
whirl-ff8cb8a3ff2e235bcc1d84de829cc8573dd3512b.zip
fmt: No newline
-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 = [ ];