diff options
| author | Fuwn <[email protected]> | 2021-04-26 13:41:01 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 13:41:01 +0000 |
| commit | ff8cb8a3ff2e235bcc1d84de829cc8573dd3512b (patch) | |
| tree | 7340548057dbf1e68a41ee34b9100142803b45ed | |
| parent | fmt: Rename re_server module to server (diff) | |
| download | whirl-ff8cb8a3ff2e235bcc1d84de829cc8573dd3512b.tar.xz whirl-ff8cb8a3ff2e235bcc1d84de829cc8573dd3512b.zip | |
fmt: No newline
| -rw-r--r-- | nix/rust.nix | 3 |
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 = [ ]; |