aboutsummaryrefslogtreecommitdiff
path: root/nix/rust.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:41:01 -0700
committerGitHub <[email protected]>2021-04-26 13:41:01 -0700
commitcc7d1f23da21590e11cf407da6c60a894d0a7f9a (patch)
tree7f095f4d628f97b76acb2a72d6e6558e8f376e59 /nix/rust.nix
parentfmt: Rename re_server module to server (diff)
downloadwhirl-cc7d1f23da21590e11cf407da6c60a894d0a7f9a.tar.xz
whirl-cc7d1f23da21590e11cf407da6c60a894d0a7f9a.zip
fmt: No newline
Diffstat (limited to 'nix/rust.nix')
-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 = [ ];