aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 481cbc6..620500f 100644
--- a/shell.nix
+++ b/shell.nix
@@ -4,7 +4,7 @@ let
pkgs = import sources.nixpkgs { };
in
pkgs.mkShell {
- buildInputs = with pkgs; [ rust ];
+ buildInputs = with pkgs; [ niv rust ];
DATABASE_URL = "sqlite:whirl.db";
}