diff options
| author | Fuwn <[email protected]> | 2021-04-26 13:41:01 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-26 13:41:01 -0700 |
| commit | cc7d1f23da21590e11cf407da6c60a894d0a7f9a (patch) | |
| tree | 7f095f4d628f97b76acb2a72d6e6558e8f376e59 /nix/rust.nix | |
| parent | fmt: Rename re_server module to server (diff) | |
| download | whirl-cc7d1f23da21590e11cf407da6c60a894d0a7f9a.tar.xz whirl-cc7d1f23da21590e11cf407da6c60a894d0a7f9a.zip | |
fmt: No newline
Diffstat (limited to 'nix/rust.nix')
| -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 = [ ]; |