aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-26 13:28:06 -0700
committerFuwn <[email protected]>2021-04-26 13:28:06 -0700
commitead4b81267c8d249370a6e9c793b9e6011e02a80 (patch)
treeb409e1a0d801bc6f2bdfae6631ae779bc28172e2 /shell.nix
parentetc: Remove legacy server module (diff)
downloadwhirl-ead4b81267c8d249370a6e9c793b9e6011e02a80.tar.xz
whirl-ead4b81267c8d249370a6e9c793b9e6011e02a80.zip
fmt: Fix whitespace
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/shell.nix b/shell.nix
index 1c5327d..4873647 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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 ];
}