diff options
| author | Fuwn <[email protected]> | 2021-04-26 13:28:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-26 13:28:06 -0700 |
| commit | ead4b81267c8d249370a6e9c793b9e6011e02a80 (patch) | |
| tree | b409e1a0d801bc6f2bdfae6631ae779bc28172e2 /shell.nix | |
| parent | etc: Remove legacy server module (diff) | |
| download | whirl-ead4b81267c8d249370a6e9c793b9e6011e02a80.tar.xz whirl-ead4b81267c8d249370a6e9c793b9e6011e02a80.zip | |
fmt: Fix whitespace
Diffstat (limited to 'shell.nix')
| -rw-r--r-- | shell.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ let - sources = import ./nix/sources.nix; - rust = import ./nix/rust.nix { inherit sources; }; - pkgs = import sources.nixpkgs { }; + sources = import ./nix/sources.nix; + rust = import ./nix/rust.nix { inherit sources; }; + pkgs = import sources.nixpkgs { }; in pkgs.mkShell { - buildInputs = with pkgs; [ rust ]; + buildInputs = with pkgs; [ rust ]; } |